共用方式為


BusinessLogicResolver 類別

此 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 Class BusinessLogicResolver _
    Inherits IBusinessLogicResolver _
    Implements IDisposable
'用途
Dim instance As BusinessLogicResolver
public class BusinessLogicResolver : IBusinessLogicResolver, 
    IDisposable
public ref class BusinessLogicResolver : public IBusinessLogicResolver, 
    IDisposable
type BusinessLogicResolver =  
    class 
        inherit IBusinessLogicResolver 
        interface IDisposable 
    end
public class BusinessLogicResolver extends IBusinessLogicResolver implements IDisposable

BusinessLogicResolver 型別公開下列成員。

建構函式

  名稱 說明
公用方法 BusinessLogicResolver Initializes a new instance of the BusinessLogicResolver class.

上層

屬性

  名稱 說明
公用屬性 HandledChangeStates Gets the information on the types of changes handled by the BusinessLogicResolver. (覆寫 IBusinessLogicResolver.HandledChangeStates。)

上層

方法

  名稱 說明
公用方法 Dispose Releases the resources used by the BusinessLogicResolver class. (覆寫 IBusinessLogicResolver.Dispose()。)
公用方法 Equals (繼承自 Object。)
受保護的方法 Finalize (繼承自 Object。)
公用方法 GetHashCode (繼承自 Object。)
公用方法 GetType (繼承自 Object。)
公用方法 InvokeChangeHandler Invokes a handler when changes to the method are detected. (覆寫 IBusinessLogicResolver.InvokeChangeHandler(ChangeStates, String, SourceIdentifier, DataSet, DataSet%, Int32%, String%)。)
公用方法 InvokeCommitHandler Invokes a handler when a data change is committed during synchronization. (覆寫 IBusinessLogicResolver.InvokeCommitHandler(SourceIdentifier, Guid)。)
公用方法 InvokeDeleteHandler Invokes a handler when DELETE statements are being uploaded or downloaded. (覆寫 IBusinessLogicResolver.InvokeDeleteHandler(ChangeStates, String, SourceIdentifier, DataSet, Int32%, String%)。)
公用方法 InvokeErrorHandler Invokes a handler when error occurs during execution. (覆寫 IBusinessLogicResolver.InvokeErrorHandler(ChangeStates, String, SourceIdentifier, DataSet, ErrorLogType%, String%, Int32, String, Int32%, String%)。)
公用方法 InvokeInitialize Invokes the initialization. (覆寫 IBusinessLogicResolver.InvokeInitialize(String, String, String, String, String, String)。)
公用方法 InvokePhaseBegin Invokes the beginning of an upload or download phase of the synchronization. (覆寫 IBusinessLogicResolver.InvokePhaseBegin(Boolean)。)
公用方法 InvokeUpdateConflictHandler Invokes the handler when conflicting UPDATE statements occur at the source and at the destination. (覆寫 IBusinessLogicResolver.InvokeUpdateConflictHandler(ChangeStates, String, DataSet, DataSet, DataSet%, SourceIdentifier, ConflictLogType%, String%, Int32%, String%)。)
公用方法 InvokeUpdateDeleteConflictHandler Invokes a handler when UPDATE statements conflict with DELETE statements at the source and at the destination. (覆寫 IBusinessLogicResolver.InvokeUpdateDeleteConflictHandler(ChangeStates, String, SourceIdentifier, DataSet, DataSet, DataSet%, Boolean, ConflictLogType%, String%, Int32%, String%)。)
受保護的方法 MemberwiseClone (繼承自 Object。)
公用方法 ToString (繼承自 Object。)

上層

執行緒安全性

這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。

請參閱

參考

Microsoft.SqlServer.Replication.BusinessLogicSupport 命名空間