Freigeben über


IDbConnection.CreateCommand-Methode

Creates and returns a Command object associated with the connection.

Namespace:  Microsoft.ReportingServices.DataProcessing
Assemblys:   Microsoft.ReportingServices.Interfaces (in Microsoft.ReportingServices.Interfaces.dll)
  Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

Syntax

'Declaration
Function CreateCommand As IDbCommand
'Usage
Dim instance As IDbConnection 
Dim returnValue As IDbCommand 

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

Rückgabewert

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

Siehe auch

Verweis

IDbConnection Schnittstelle

Microsoft.ReportingServices.DataProcessing-Namespace