Classe BusinessLogicRowUpdatingEventArgs
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Represents a business logic row updating event arguments.
Hiérarchie d'héritage
System.Object
System.EventArgs
System.Data.Common.RowUpdatingEventArgs
Microsoft.SqlServer.Replication.BusinessLogicSupport.BusinessLogicRowUpdatingEventArgs
Espace de noms : Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly : Microsoft.SqlServer.Replication.BusinessLogicSupport (en Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Syntaxe
'Déclaration
Public Class BusinessLogicRowUpdatingEventArgs _
Inherits RowUpdatingEventArgs
'Utilisation
Dim instance As BusinessLogicRowUpdatingEventArgs
public class BusinessLogicRowUpdatingEventArgs : RowUpdatingEventArgs
public ref class BusinessLogicRowUpdatingEventArgs : public RowUpdatingEventArgs
type BusinessLogicRowUpdatingEventArgs =
class
inherit RowUpdatingEventArgs
end
public class BusinessLogicRowUpdatingEventArgs extends RowUpdatingEventArgs
Le type BusinessLogicRowUpdatingEventArgs expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
BusinessLogicRowUpdatingEventArgs | Initializes a new instance of the BusinessLogicRowUpdatedEventArgs class. |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
BaseCommand | (hérité de RowUpdatingEventArgs.) | |
Command | Gets the command executed when update is called. | |
Errors | (hérité de RowUpdatingEventArgs.) | |
Row | (hérité de RowUpdatingEventArgs.) | |
StatementType | (hérité de RowUpdatingEventArgs.) | |
Status | (hérité de RowUpdatingEventArgs.) | |
TableMapping | (hérité de RowUpdatingEventArgs.) |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Equals | (hérité de Object.) | |
Finalize | (hérité de Object.) | |
GetHashCode | (hérité de Object.) | |
GetType | (hérité de Object.) | |
MemberwiseClone | (hérité de Object.) | |
ToString | (hérité de Object.) |
Haut de la page
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.
Voir aussi
Référence
Espace de noms Microsoft.SqlServer.Replication.BusinessLogicSupport