Classe BusinessLogicRowUpdatingEventArgs

Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.

Espace de noms :  Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly :  Microsoft.SqlServer.Replication.BusinessLogicSupport (dans 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

Hiérarchie d'héritage

System. . :: . .Object
  System. . :: . .EventArgs
    System.Data.Common. . :: . .RowUpdatingEventArgs
      Microsoft.SqlServer.Replication.BusinessLogicSupport..::..BusinessLogicRowUpdatingEventArgs

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.