共用方式為


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