IDbConnection.CreateCommand 方法
Creates and returns a Command object associated with the connection.
命名空间: Microsoft.ReportingServices.DataProcessing
程序集: Microsoft.ReportingServices.SharePoint.UI.WebParts(在 Microsoft.ReportingServices.SharePoint.UI.WebParts.dll 中)
Microsoft.ReportingServices.Interfaces(在 Microsoft.ReportingServices.Interfaces.dll 中)
语法
声明
Function CreateCommand As IDbCommand
用法
Dim instance As IDbConnection
Dim returnValue As IDbCommand
returnValue = instance.CreateCommand()
IDbCommand CreateCommand()
IDbCommand^ CreateCommand()
abstract CreateCommand : unit -> IDbCommand
function CreateCommand() : IDbCommand
返回值
类型:Microsoft.ReportingServices.DataProcessing.IDbCommand
A Command object associated with the connection.