次の方法で共有


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 から継承されています。)

先頭に戻る

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

関連項目

参照

Microsoft.SqlServer.Replication.BusinessLogicSupport 名前空間