この 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 型は、以下のメンバーを公開しています。
コンストラクター
先頭に戻る
プロパティ
先頭に戻る
メソッド
.gif) |
Dispose |
Releases the resources used by the BusinessLogicResolver class. (IBusinessLogicResolver.Dispose() をオーバーライドします。) |
.gif) |
Equals |
(Object から継承されています。) |
.gif) |
Finalize |
(Object から継承されています。) |
.gif) |
GetHashCode |
(Object から継承されています。) |
.gif) |
GetType |
(Object から継承されています。) |
.gif) |
InvokeChangeHandler |
Invokes a handler when changes to the method are detected. (IBusinessLogicResolver.InvokeChangeHandler(ChangeStates, String, SourceIdentifier, DataSet, DataSet%, Int32%, String%) をオーバーライドします。) |
.gif) |
InvokeCommitHandler |
Invokes a handler when a data change is committed during synchronization. (IBusinessLogicResolver.InvokeCommitHandler(SourceIdentifier, Guid) をオーバーライドします。) |
.gif) |
InvokeDeleteHandler |
Invokes a handler when DELETE statements are being uploaded or downloaded. (IBusinessLogicResolver.InvokeDeleteHandler(ChangeStates, String, SourceIdentifier, DataSet, Int32%, String%) をオーバーライドします。) |
.gif) |
InvokeErrorHandler |
Invokes a handler when error occurs during execution. (IBusinessLogicResolver.InvokeErrorHandler(ChangeStates, String, SourceIdentifier, DataSet, ErrorLogType%, String%, Int32, String, Int32%, String%) をオーバーライドします。) |
.gif) |
InvokeInitialize |
Invokes the initialization. (IBusinessLogicResolver.InvokeInitialize(String, String, String, String, String, String) をオーバーライドします。) |
.gif) |
InvokePhaseBegin |
Invokes the beginning of an upload or download phase of the synchronization. (IBusinessLogicResolver.InvokePhaseBegin(Boolean) をオーバーライドします。) |
.gif) |
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%) をオーバーライドします。) |
.gif) |
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%) をオーバーライドします。) |
.gif) |
MemberwiseClone |
(Object から継承されています。) |
.gif) |
ToString |
(Object から継承されています。) |
先頭に戻る
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。
関連項目
参照
Microsoft.SqlServer.Replication.BusinessLogicSupport 名前空間