Поделиться через


Класс IBusinessLogicResolver

Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.

Represents a business logic resolver.

Иерархия наследования

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

Пространство имен:  Microsoft.SqlServer.Replication.BusinessLogicSupport
Сборка:  Microsoft.SqlServer.Replication.BusinessLogicSupport (в Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

Синтаксис

'Декларация
Public MustInherit Class IBusinessLogicResolver
'Применение
Dim instance As IBusinessLogicResolver
public abstract class IBusinessLogicResolver
public ref class IBusinessLogicResolver abstract
[<AbstractClassAttribute>]
type IBusinessLogicResolver =  class end
public abstract class IBusinessLogicResolver

Тип IBusinessLogicResolver обеспечивает доступ к следующим элементам.

Конструкторы

  Имя Описание
Защищенный метод IBusinessLogicResolver Initializes a new instance of the BusinessLogicResolver class.

В начало

Свойства

  Имя Описание
Открытое свойство HandledChangeStates Gets the information on the types of changes handled by the BusinessLogicResolver.

В начало

Методы

  Имя Описание
Открытый метод Dispose Releases the resources used by the BusinessLogicResolver class.
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от 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 (Производный от Object.)
Открытый метод ToString (Производный от Object.)

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен Microsoft.SqlServer.Replication.BusinessLogicSupport