Partager via


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
Méthode publique BusinessLogicRowUpdatingEventArgs Initializes a new instance of the BusinessLogicRowUpdatedEventArgs class.

Haut de la page

Propriétés

  Nom Description
Propriété protégée BaseCommand (hérité de RowUpdatingEventArgs.)
Propriété publique Command Gets the command executed when update is called.
Propriété publique Errors (hérité de RowUpdatingEventArgs.)
Propriété publique Row (hérité de RowUpdatingEventArgs.)
Propriété publique StatementType (hérité de RowUpdatingEventArgs.)
Propriété publique Status (hérité de RowUpdatingEventArgs.)
Propriété publique TableMapping (hérité de RowUpdatingEventArgs.)

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique 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