Condividi tramite


Metodo CreateCommand

Creates and returns a Command object associated with the connection.

Spazio dei nomi:  Microsoft.ReportingServices.DataProcessing
Assembly:  Microsoft.ReportingServices.Interfaces (in Microsoft.ReportingServices.Interfaces.dll)

Sintassi

'Dichiarazione
Function CreateCommand As IDbCommand
'Utilizzo
Dim instance As IDbConnection
Dim returnValue As IDbCommand

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

Valore restituito

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