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 ReadOnly Property Command As BusinessLogicCommand
Get
'Usage
Dim instance As BusinessLogicRowUpdatedEventArgs
Dim value As BusinessLogicCommand
value = instance.Command
public BusinessLogicCommand Command { get; }
public:
property BusinessLogicCommand^ Command {
BusinessLogicCommand^ get ();
}
member Command : BusinessLogicCommand
function get Command () : BusinessLogicCommand
Eigenschaftswert
Typ: Microsoft.SqlServer.Replication.BusinessLogicSupport. . :: . .BusinessLogicCommand