この 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) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。
.gif)
.gif)
.gif)