Condividi tramite


Classe BusinessLogicResolver

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Represents a business logic resolver.

Gerarchia di ereditarietà

System.Object
  Microsoft.SqlServer.Replication.BusinessLogicSupport.IBusinessLogicResolver
    Microsoft.SqlServer.Replication.BusinessLogicSupport.BusinessLogicResolver

Spazio dei nomi  Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly:  Microsoft.SqlServer.Replication.BusinessLogicSupport (in Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

Sintassi

'Dichiarazione
Public Class BusinessLogicResolver _
    Inherits IBusinessLogicResolver _
    Implements IDisposable
'Utilizzo
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

Nel tipo BusinessLogicResolver sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico BusinessLogicResolver Initializes a new instance of the BusinessLogicResolver class.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica HandledChangeStates Gets the information on the types of changes handled by the BusinessLogicResolver. Esegue l'override di IBusinessLogicResolver.HandledChangeStates.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Dispose Releases the resources used by the BusinessLogicResolver class. Esegue l'override di IBusinessLogicResolver.Dispose().
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico InvokeChangeHandler Invokes a handler when changes to the method are detected. Esegue l'override di IBusinessLogicResolver.InvokeChangeHandler(ChangeStates, String, SourceIdentifier, DataSet, DataSet%, Int32%, String%).
Metodo pubblico InvokeCommitHandler Invokes a handler when a data change is committed during synchronization. Esegue l'override di IBusinessLogicResolver.InvokeCommitHandler(SourceIdentifier, Guid).
Metodo pubblico InvokeDeleteHandler Invokes a handler when DELETE statements are being uploaded or downloaded. Esegue l'override di IBusinessLogicResolver.InvokeDeleteHandler(ChangeStates, String, SourceIdentifier, DataSet, Int32%, String%).
Metodo pubblico InvokeErrorHandler Invokes a handler when error occurs during execution. Esegue l'override di IBusinessLogicResolver.InvokeErrorHandler(ChangeStates, String, SourceIdentifier, DataSet, ErrorLogType%, String%, Int32, String, Int32%, String%).
Metodo pubblico InvokeInitialize Invokes the initialization. Esegue l'override di IBusinessLogicResolver.InvokeInitialize(String, String, String, String, String, String).
Metodo pubblico InvokePhaseBegin Invokes the beginning of an upload or download phase of the synchronization. Esegue l'override di IBusinessLogicResolver.InvokePhaseBegin(Boolean).
Metodo pubblico InvokeUpdateConflictHandler Invokes the handler when conflicting UPDATE statements occur at the source and at the destination. Esegue l'override di IBusinessLogicResolver.InvokeUpdateConflictHandler(ChangeStates, String, DataSet, DataSet, DataSet%, SourceIdentifier, ConflictLogType%, String%, Int32%, String%).
Metodo pubblico InvokeUpdateDeleteConflictHandler Invokes a handler when UPDATE statements conflict with DELETE statements at the source and at the destination. Esegue l'override di IBusinessLogicResolver.InvokeUpdateDeleteConflictHandler(ChangeStates, String, SourceIdentifier, DataSet, DataSet, DataSet%, Boolean, ConflictLogType%, String%, Int32%, String%).
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Replication.BusinessLogicSupport