CreateCommand Método
Creates and returns a Command object associated with the connection.
Espacio de nombres: Microsoft.ReportingServices.DataProcessing
Ensamblado: Microsoft.ReportingServices.Interfaces (en Microsoft.ReportingServices.Interfaces.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.