BusinessLogicRowUpdatingEventArgs.Command Property
This API supports the infrastructure and is not intended to be used directly from your code.
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)
Property Value
Type: Microsoft.SqlServer.Replication.BusinessLogicSupport.BusinessLogicCommand