Freigeben über


Command-Eigenschaft

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

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)