BusinessLogicRowUpdatedEventArgs.Command Property
This API supports the .NET Framework 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 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
Property Value
Type: Microsoft.SqlServer.Replication.BusinessLogicSupport.BusinessLogicCommand