Propriété BusinessLogicRowUpdatedEventArgs.Command
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Gets the command executed when update is called.
Espace de noms : Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly : Microsoft.SqlServer.Replication.BusinessLogicSupport (en Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Command As BusinessLogicCommand
Get
'Utilisation
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
Valeur de propriété
Type : Microsoft.SqlServer.Replication.BusinessLogicSupport.BusinessLogicCommand
The BusinessLogicCommand executed when update is called.
Voir aussi
Référence
BusinessLogicRowUpdatedEventArgs Classe
Espace de noms Microsoft.SqlServer.Replication.BusinessLogicSupport