Compartir a través de


IDbConnection.CreateCommand Método

Creates and returns a Command object associated with the connection.

Espacio de nombres:  Microsoft.ReportingServices.DataProcessing
Ensamblados:   Microsoft.ReportingServices.Interfaces (en Microsoft.ReportingServices.Interfaces.dll)
  Microsoft.ReportingServices.SharePoint.UI.WebParts (en Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

Sintaxis

'Declaración
Function CreateCommand As IDbCommand
'Uso
Dim instance As IDbConnection 
Dim returnValue As IDbCommand 

returnValue = instance.CreateCommand()
IDbCommand CreateCommand()
IDbCommand^ CreateCommand()
abstract CreateCommand : unit -> IDbCommand
function CreateCommand() : IDbCommand

Valor devuelto

Tipo: Microsoft.ReportingServices.DataProcessing.IDbCommand
A Command object associated with the connection.

Vea también

Referencia

IDbConnection Interfaz

Espacio de nombres Microsoft.ReportingServices.DataProcessing