次の方法で共有


BusinessLogicResolver.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 Overrides ReadOnly Property HandledChangeStates As ChangeStates 
    Get
'使用
Dim instance As BusinessLogicResolver 
Dim value As ChangeStates 

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

プロパティ値

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

関連項目

参照

BusinessLogicResolver クラス

Microsoft.SqlServer.Replication.BusinessLogicSupport 名前空間