Metoda AdomdConnection.IDbConnection.CreateCommand
Przestrzeń nazw: Microsoft.AnalysisServices.AdomdClient
Zestaw: Microsoft.AnalysisServices.AdomdClient (w Microsoft.AnalysisServices.AdomdClient.dll)
Składnia
'Deklaracja
Private Function CreateCommand As IDbCommand
Implements IDbConnection.CreateCommand
'Użycie
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
Język JScript obsługuje używanie jawnych implementacji interfejsów, ale nie obsługuje deklarowania nowych.