Поделиться через


Метод IDbConnection.CreateCommand

Creates and returns a Command object associated with the connection.

Пространство имен:  Microsoft.ReportingServices.DataProcessing
Сборки:   Microsoft.ReportingServices.Interfaces (в Microsoft.ReportingServices.Interfaces.dll)
  Microsoft.ReportingServices.SharePoint.UI.WebParts (в Microsoft.ReportingServices.SharePoint.UI.WebParts.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.

См. также

Справочник

IDbConnection Интерфейс

Пространство имен Microsoft.ReportingServices.DataProcessing