Właściwość BusinessLogicRowUpdatingEventArgs.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 Property Command As BusinessLogicCommand
Get
Set
'Użycie
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)
Wartość właściwości
Typ: Microsoft.SqlServer.Replication.BusinessLogicSupport.BusinessLogicCommand