Compartir a través de


BusinessLogicRowUpdatingEventArgs.Command Propiedad

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

Gets the command executed when update is called.

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

Sintaxis

'Declaración
Public Property Command As BusinessLogicCommand 
    Get 
    Set
'Uso
Dim instance As BusinessLogicRowUpdatingEventArgs 
Dim value As BusinessLogicCommand 

value = instance.Command

instance.Command = value
public BusinessLogicCommand Command { get; set; }
public:
property BusinessLogicCommand^ Command {
    BusinessLogicCommand^ get ();
    void set (BusinessLogicCommand^ value);
}
member Command : BusinessLogicCommand with get, set
function get Command () : BusinessLogicCommand 
function set Command (value : BusinessLogicCommand)

Valor de la propiedad

Tipo: Microsoft.SqlServer.Replication.BusinessLogicSupport.BusinessLogicCommand
The BusinessLogicCommand executed when update is called.

Vea también

Referencia

BusinessLogicRowUpdatingEventArgs Clase

Espacio de nombres Microsoft.SqlServer.Replication.BusinessLogicSupport