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