IBusinessLogicResolver 類別
此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。
Represents a business logic resolver.
繼承階層
System.Object
Microsoft.SqlServer.Replication.BusinessLogicSupport.IBusinessLogicResolver
Microsoft.SqlServer.Replication.BusinessLogicSupport.BusinessLogicResolver
命名空間: Microsoft.SqlServer.Replication.BusinessLogicSupport
組件: Microsoft.SqlServer.Replication.BusinessLogicSupport (在 Microsoft.SqlServer.Replication.BusinessLogicSupport.dll 中)
語法
'宣告
Public MustInherit Class IBusinessLogicResolver
'用途
Dim instance As IBusinessLogicResolver
public abstract class IBusinessLogicResolver
public ref class IBusinessLogicResolver abstract
[<AbstractClassAttribute>]
type IBusinessLogicResolver = class end
public abstract class IBusinessLogicResolver
IBusinessLogicResolver 型別公開下列成員。
建構函式
名稱 | 說明 | |
---|---|---|
IBusinessLogicResolver | Initializes a new instance of the BusinessLogicResolver class. |
上層
屬性
名稱 | 說明 | |
---|---|---|
HandledChangeStates | Gets the information on the types of changes handled by the BusinessLogicResolver. |
上層
方法
名稱 | 說明 | |
---|---|---|
Dispose | Releases the resources used by the BusinessLogicResolver class. | |
Equals | (繼承自 Object。) | |
Finalize | (繼承自 Object。) | |
GetHashCode | (繼承自 Object。) | |
GetType | (繼承自 Object。) | |
InvokeChangeHandler | Invokes a handler when changes to the method are detected. | |
InvokeCommitHandler | Invokes a handler when a data change is committed during synchronization. | |
InvokeDeleteHandler | Invokes a handler when DELETE statements are being uploaded or downloaded. | |
InvokeErrorHandler | Invokes a handler when error occurs during execution. | |
InvokeInitialize | Invokes the initialization. | |
InvokePhaseBegin | Invokes the beginning of an upload or download phase of the synchronization. | |
InvokeUpdateConflictHandler | Invokes the handler when conflicting UPDATE statements occur at the source and at the destination. | |
InvokeUpdateDeleteConflictHandler | Invokes a handler when UPDATE statements conflict with DELETE statements at the source and at the destination. | |
MemberwiseClone | (繼承自 Object。) | |
ToString | (繼承自 Object。) |
上層
執行緒安全性
這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。