Compartilhar via


Método IDbConnection.CreateCommand

Creates and returns a Command object associated with the connection.

Namespace:  Microsoft.ReportingServices.DataProcessing
Assemblies:   Microsoft.ReportingServices.Interfaces (em Microsoft.ReportingServices.Interfaces.dll)
  Microsoft.ReportingServices.SharePoint.UI.WebParts (em Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

Sintaxe

'Declaração
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 de retorno

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

Consulte também

Referência

IDbConnection Interface

Namespace Microsoft.ReportingServices.DataProcessing