次の方法で共有


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

先頭に戻る

スレッド セーフ

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

関連項目

参照

Microsoft.SqlServer.Replication.BusinessLogicSupport 名前空間