Version

ExecuteCommandAsync(IMdxQuery,XmlaConnection) Method

Executes the command async.
Syntax
'Declaration
 
Public Overloads Overridable Sub ExecuteCommandAsync( _
   ByVal query As IMdxQuery, _
   ByVal connection As XmlaConnection _
) 
public virtual void ExecuteCommandAsync( 
   IMdxQuery query,
   XmlaConnection connection
)

Parameters

query
The query from which the MDX query will be generated.
connection
The connection which will be used for sending the XMLA query.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also