Метод 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.
См. также