AdomdConnection.IDbConnection.CreateCommand 方法

Creates a new AdomdCommand associated with this connection and returns its IDbCommand object.

命名空间:  Microsoft.AnalysisServices.AdomdClient
程序集:  Microsoft.AnalysisServices.AdomdClient(在 Microsoft.AnalysisServices.AdomdClient.dll 中)

语法

声明
Private Function CreateCommand As IDbCommand 
    Implements IDbConnection.CreateCommand
用法
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 支持使用显式接口实现,但不支持声明新显式接口实现。

返回值

类型:System.Data.IDbCommand
An IDbCommand object..

实现

IDbConnection.CreateCommand()

请参阅

参考

AdomdConnection 类

Microsoft.AnalysisServices.AdomdClient 命名空间