Partager via


Classe BusinessLogicResolver

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 Class BusinessLogicResolver _
    Inherits IBusinessLogicResolver _
    Implements IDisposable
'Utilisation
Dim instance As BusinessLogicResolver
public class BusinessLogicResolver : IBusinessLogicResolver, 
    IDisposable
public ref class BusinessLogicResolver : public IBusinessLogicResolver, 
    IDisposable
type BusinessLogicResolver =  
    class 
        inherit IBusinessLogicResolver 
        interface IDisposable 
    end
public class BusinessLogicResolver extends IBusinessLogicResolver implements IDisposable

Le type BusinessLogicResolver expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique BusinessLogicResolver Initializes a new instance of the BusinessLogicResolver class.

Haut de la page

Propriétés

  Nom Description
Propriété publique HandledChangeStates Gets the information on the types of changes handled by the BusinessLogicResolver. (remplace IBusinessLogicResolver.HandledChangeStates.)

Haut de la page

Méthodes

  Nom Description
Méthode publique Dispose Releases the resources used by the BusinessLogicResolver class. (remplace IBusinessLogicResolver.Dispose().)
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 publique InvokeChangeHandler Invokes a handler when changes to the method are detected. (remplace IBusinessLogicResolver.InvokeChangeHandler(ChangeStates, String, SourceIdentifier, DataSet, DataSet%, Int32%, String%).)
Méthode publique InvokeCommitHandler Invokes a handler when a data change is committed during synchronization. (remplace IBusinessLogicResolver.InvokeCommitHandler(SourceIdentifier, Guid).)
Méthode publique InvokeDeleteHandler Invokes a handler when DELETE statements are being uploaded or downloaded. (remplace IBusinessLogicResolver.InvokeDeleteHandler(ChangeStates, String, SourceIdentifier, DataSet, Int32%, String%).)
Méthode publique InvokeErrorHandler Invokes a handler when error occurs during execution. (remplace IBusinessLogicResolver.InvokeErrorHandler(ChangeStates, String, SourceIdentifier, DataSet, ErrorLogType%, String%, Int32, String, Int32%, String%).)
Méthode publique InvokeInitialize Invokes the initialization. (remplace IBusinessLogicResolver.InvokeInitialize(String, String, String, String, String, String).)
Méthode publique InvokePhaseBegin Invokes the beginning of an upload or download phase of the synchronization. (remplace IBusinessLogicResolver.InvokePhaseBegin(Boolean).)
Méthode publique InvokeUpdateConflictHandler Invokes the handler when conflicting UPDATE statements occur at the source and at the destination. (remplace IBusinessLogicResolver.InvokeUpdateConflictHandler(ChangeStates, String, DataSet, DataSet, DataSet%, SourceIdentifier, ConflictLogType%, String%, Int32%, String%).)
Méthode publique InvokeUpdateDeleteConflictHandler Invokes a handler when UPDATE statements conflict with DELETE statements at the source and at the destination. (remplace IBusinessLogicResolver.InvokeUpdateDeleteConflictHandler(ChangeStates, String, SourceIdentifier, DataSet, DataSet, DataSet%, Boolean, ConflictLogType%, String%, Int32%, String%).)
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