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 命名空间