Classe IBusinessLogicResolver
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Represents a business logic resolver.
Hierarquia de herança
System.Object
Microsoft.SqlServer.Replication.BusinessLogicSupport.IBusinessLogicResolver
Microsoft.SqlServer.Replication.BusinessLogicSupport.BusinessLogicResolver
Namespace: Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly: Microsoft.SqlServer.Replication.BusinessLogicSupport (em Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Sintaxe
'Declaração
Public MustInherit Class IBusinessLogicResolver
'Uso
Dim instance As IBusinessLogicResolver
public abstract class IBusinessLogicResolver
public ref class IBusinessLogicResolver abstract
[<AbstractClassAttribute>]
type IBusinessLogicResolver = class end
public abstract class IBusinessLogicResolver
O tipo IBusinessLogicResolver expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
IBusinessLogicResolver | Initializes a new instance of the BusinessLogicResolver class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
HandledChangeStates | Gets the information on the types of changes handled by the BusinessLogicResolver. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Dispose | Releases the resources used by the BusinessLogicResolver class. | |
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado 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 | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.
Consulte também
Referência
Namespace Microsoft.SqlServer.Replication.BusinessLogicSupport