共用方式為


IBusinessLogicResolver.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 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

屬性值

型別:Microsoft.SqlServer.Replication.BusinessLogicSupport.ChangeStates
A ChangeStates that enumerates the types of changes handled by the BusinessLogicResolver.

請參閱

參考

IBusinessLogicResolver 類別

Microsoft.SqlServer.Replication.BusinessLogicSupport 命名空間