Freigeben über


BusinessLogicRowUpdatingEventArgs.Command-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Gets the command executed when update is called.

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

Syntax

'Declaration
Public Property Command As BusinessLogicCommand 
    Get 
    Set
'Usage
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)

Eigenschaftswert

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

Siehe auch

Verweis

BusinessLogicRowUpdatingEventArgs Klasse

Microsoft.SqlServer.Replication.BusinessLogicSupport-Namespace