Udostępnij przez


Metoda BusinessLogicConnection.CreateCommand

Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.

Przestrzeń nazw:  Microsoft.SqlServer.Replication.BusinessLogicSupport
Zestaw:  Microsoft.SqlServer.Replication.BusinessLogicSupport (w Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

Składnia

'Deklaracja
Public Function CreateCommand As IDbCommand
'Użycie
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

Wartość zwracana

Typ: System.Data.IDbCommand

Implementacje

IDbConnection.CreateCommand()