Condividi tramite


Classe IBusinessLogicResolver

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 MustInherit Class IBusinessLogicResolver
'Utilizzo
Dim instance As IBusinessLogicResolver
public abstract class IBusinessLogicResolver
public ref class IBusinessLogicResolver abstract
[<AbstractClassAttribute>]
type IBusinessLogicResolver =  class end
public abstract class IBusinessLogicResolver

Nel tipo IBusinessLogicResolver sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo protetto IBusinessLogicResolver 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.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Dispose Releases the resources used by the BusinessLogicResolver class.
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.
Metodo pubblico InvokeCommitHandler Invokes a handler when a data change is committed during synchronization.
Metodo pubblico InvokeDeleteHandler Invokes a handler when DELETE statements are being uploaded or downloaded.
Metodo pubblico InvokeErrorHandler Invokes a handler when error occurs during execution.
Metodo pubblico InvokeInitialize Invokes the initialization.
Metodo pubblico InvokePhaseBegin Invokes the beginning of an upload or download phase of the synchronization.
Metodo pubblico InvokeUpdateConflictHandler Invokes the handler when conflicting UPDATE statements occur at the source and at the destination.
Metodo pubblico InvokeUpdateDeleteConflictHandler Invokes a handler when UPDATE statements conflict with DELETE statements at the source and at the destination.
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