Metodo IDbConnection.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)
Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.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.