BusinessLogicRowUpdatedEventArgs.Command Property
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets the command executed when update is called.
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
The BusinessLogicCommand executed when update is called.
See Also
Reference
BusinessLogicRowUpdatedEventArgs Class
Microsoft.SqlServer.Replication.BusinessLogicSupport Namespace