Compartir a través de


BusinessLogicConnection.CreateCommand Método

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Creates and returns an IDbCommand object associated with the current connection.

Espacio de nombres:  Microsoft.SqlServer.Replication.BusinessLogicSupport
Ensamblado:  Microsoft.SqlServer.Replication.BusinessLogicSupport (en Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

Sintaxis

'Declaración
Public Function CreateCommand As IDbCommand
'Uso
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

Valor devuelto

Tipo: System.Data.IDbCommand
The newly created command.

Implementa

IDbConnection.CreateCommand()

Vea también

Referencia

BusinessLogicConnection Clase

Espacio de nombres Microsoft.SqlServer.Replication.BusinessLogicSupport