BusinessLogicResolver クラス

定義

public ref class BusinessLogicResolver : Microsoft::SqlServer::Replication::BusinessLogicSupport::IBusinessLogicResolver, IDisposable
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
public class BusinessLogicResolver : Microsoft.SqlServer.Replication.BusinessLogicSupport.IBusinessLogicResolver, IDisposable
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>]
type BusinessLogicResolver = class
    inherit IBusinessLogicResolver
    interface IDisposable
Public Class BusinessLogicResolver
Inherits IBusinessLogicResolver
Implements IDisposable
継承
BusinessLogicResolver
属性
実装

コンストラクター

BusinessLogicResolver(String, String)

プロパティ

HandledChangeStates

メソッド

Dispose()
InvokeChangeHandler(ChangeStates, String, SourceIdentifier, DataSet, DataSet, Int32, String)
InvokeCommitHandler(SourceIdentifier, Guid)
InvokeDeleteHandler(ChangeStates, String, SourceIdentifier, DataSet, Int32, String)
InvokeErrorHandler(ChangeStates, String, SourceIdentifier, DataSet, ErrorLogType, String, Int32, String, Int32, String)
InvokeInitialize(String, String, String, String, String, String)
InvokePhaseBegin(Boolean)
InvokeUpdateConflictHandler(ChangeStates, String, DataSet, DataSet, DataSet, SourceIdentifier, ConflictLogType, String, Int32, String)
InvokeUpdateDeleteConflictHandler(ChangeStates, String, SourceIdentifier, DataSet, DataSet, DataSet, Boolean, ConflictLogType, String, Int32, String)

適用対象