Właściwość BusinessLogicRowUpdatedEventArgs.Command
Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.
Przestrzeń nazw: Microsoft.SqlServer.Replication.BusinessLogicSupport
Zestaw: Microsoft.SqlServer.Replication.BusinessLogicSupport (w Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Składnia
'Deklaracja
Public ReadOnly Property Command As BusinessLogicCommand
Get
'Użycie
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
Wartość właściwości
Typ: Microsoft.SqlServer.Replication.BusinessLogicSupport.BusinessLogicCommand