次の方法で共有


HandledChangeStates プロパティ

この API は、 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

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