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


Свойство IBusinessLogicResolver.HandledChangeStates

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

Gets the information on the types of changes handled by the BusinessLogicResolver.

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

Синтаксис

'Декларация
Public MustOverride ReadOnly Property HandledChangeStates As ChangeStates 
    Get
'Применение
Dim instance As IBusinessLogicResolver 
Dim value As ChangeStates 

value = instance.HandledChangeStates
public abstract ChangeStates HandledChangeStates { get; }
public:
virtual property ChangeStates HandledChangeStates {
    ChangeStates get () abstract;
}
abstract HandledChangeStates : ChangeStates
abstract function get HandledChangeStates () : ChangeStates

Значение свойства

Тип: Microsoft.SqlServer.Replication.BusinessLogicSupport.ChangeStates
A ChangeStates that enumerates the types of changes handled by the BusinessLogicResolver.

См. также

Справочник

IBusinessLogicResolver Класс

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