Класс 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