AdomdConnection.IDbConnection.CreateCommand Method

Namespace:  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Syntax

'Declaration
Private Function CreateCommand As IDbCommand
    Implements IDbConnection.CreateCommand
'Usage
Dim instance As AdomdConnection
Dim returnValue As IDbCommand

returnValue = CType(instance, IDbConnection).CreateCommand()
IDbCommand IDbConnection.CreateCommand()
private:
virtual IDbCommand^ CreateCommand() sealed = IDbConnection::CreateCommand
private abstract CreateCommand : unit -> IDbCommand 
private override CreateCommand : unit -> IDbCommand 
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

Return Value

Type: System.Data.IDbCommand

Implements

IDbConnection.CreateCommand()