次の方法で共有


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 名前空間