HandledChangeStates プロパティ
この API は、 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
このメンバーは IBusinessLogicResolver. . :: . .HandledChangeStates をオーバーライドします。
名前空間: 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