Propriété BusinessLogicRowUpdatingEventArgs.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 Property Command As BusinessLogicCommand
Get
Set
'Utilisation
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)
Valeur de propriété
Type : Microsoft.SqlServer.Replication.BusinessLogicSupport.BusinessLogicCommand
The BusinessLogicCommand executed when update is called.
Voir aussi
Référence
BusinessLogicRowUpdatingEventArgs Classe
Espace de noms Microsoft.SqlServer.Replication.BusinessLogicSupport