Classe BusinessLogicRowUpdatedEventArgs
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 BusinessLogicRowUpdatedEventArgs _
Inherits RowUpdatedEventArgs
'Utilisation
Dim instance As BusinessLogicRowUpdatedEventArgs
public class BusinessLogicRowUpdatedEventArgs : RowUpdatedEventArgs
public ref class BusinessLogicRowUpdatedEventArgs : public RowUpdatedEventArgs
type BusinessLogicRowUpdatedEventArgs =
class
inherit RowUpdatedEventArgs
end
public class BusinessLogicRowUpdatedEventArgs extends RowUpdatedEventArgs
Hiérarchie d'héritage
System. . :: . .Object
System. . :: . .EventArgs
System.Data.Common. . :: . .RowUpdatedEventArgs
Microsoft.SqlServer.Replication.BusinessLogicSupport..::..BusinessLogicRowUpdatedEventArgs
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.