Classe IBusinessLogicResolver
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 resolver.
Hiérarchie d'héritage
System.Object
Microsoft.SqlServer.Replication.BusinessLogicSupport.IBusinessLogicResolver
Microsoft.SqlServer.Replication.BusinessLogicSupport.BusinessLogicResolver
Espace de noms : Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly : Microsoft.SqlServer.Replication.BusinessLogicSupport (en Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Syntaxe
'Déclaration
Public MustInherit Class IBusinessLogicResolver
'Utilisation
Dim instance As IBusinessLogicResolver
public abstract class IBusinessLogicResolver
public ref class IBusinessLogicResolver abstract
[<AbstractClassAttribute>]
type IBusinessLogicResolver = class end
public abstract class IBusinessLogicResolver
Le type IBusinessLogicResolver expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
IBusinessLogicResolver | Initializes a new instance of the BusinessLogicResolver class. |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
HandledChangeStates | Gets the information on the types of changes handled by the BusinessLogicResolver. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Dispose | Releases the resources used by the BusinessLogicResolver class. | |
Equals | (hérité de Object.) | |
Finalize | (hérité de Object.) | |
GetHashCode | (hérité de Object.) | |
GetType | (hérité de Object.) | |
InvokeChangeHandler | Invokes a handler when changes to the method are detected. | |
InvokeCommitHandler | Invokes a handler when a data change is committed during synchronization. | |
InvokeDeleteHandler | Invokes a handler when DELETE statements are being uploaded or downloaded. | |
InvokeErrorHandler | Invokes a handler when error occurs during execution. | |
InvokeInitialize | Invokes the initialization. | |
InvokePhaseBegin | Invokes the beginning of an upload or download phase of the synchronization. | |
InvokeUpdateConflictHandler | Invokes the handler when conflicting UPDATE statements occur at the source and at the destination. | |
InvokeUpdateDeleteConflictHandler | Invokes a handler when UPDATE statements conflict with DELETE statements at the source and at the destination. | |
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