Freigeben über


CreateCommand-Methode

Die API unterstützt die .NET Framework-Infrastruktur und ist nicht für eine direkte Verwendung vom Code aus vorgesehen.

Namespace:  Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly:  Microsoft.SqlServer.Replication.BusinessLogicSupport (in Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

Syntax

'Declaration
Public Function CreateCommand As IDbCommand
'Usage
Dim instance As BusinessLogicConnection
Dim returnValue As IDbCommand

returnValue = instance.CreateCommand()
public IDbCommand CreateCommand()
public:
virtual IDbCommand^ CreateCommand() sealed
abstract CreateCommand : unit -> IDbCommand 
override CreateCommand : unit -> IDbCommand 
public final function CreateCommand() : IDbCommand

Rückgabewert

Typ: System.Data. . :: . .IDbCommand

Implementiert

IDbConnection. . :: . .CreateCommand() () () ()