次の方法で共有


IBusinessLogicResolver.InvokeUpdateConflictHandler Method

名前空間: Microsoft.SqlServer.Replication.BusinessLogicSupport
アセンブリ: Microsoft.SqlServer.Replication.BusinessLogicSupport (microsoft.sqlserver.replication.businesslogicsupport.dll 内)

構文

'宣言
Public MustOverride Function InvokeUpdateConflictHandler ( _
    currentChangeState As ChangeStates, _
    methodName As String, _
    sourceDataSet As DataSet, _
    destinationDataSet As DataSet, _
    ByRef customDataSet As DataSet, _
    sourceIdentifier As SourceIdentifier, _
    ByRef logConflictType As ConflictLogType, _
    ByRef conflictLogMessage As String, _
    ByRef logLevel As Integer, _
    ByRef logMessage As String _
) As ActionOnUpdateConflict
public abstract ActionOnUpdateConflict InvokeUpdateConflictHandler (
    ChangeStates currentChangeState,
    string methodName,
    DataSet sourceDataSet,
    DataSet destinationDataSet,
    ref DataSet customDataSet,
    SourceIdentifier sourceIdentifier,
    ref ConflictLogType logConflictType,
    ref string conflictLogMessage,
    ref int logLevel,
    ref string logMessage
)
public:
virtual ActionOnUpdateConflict InvokeUpdateConflictHandler (
    ChangeStates currentChangeState, 
    String^ methodName, 
    DataSet^ sourceDataSet, 
    DataSet^ destinationDataSet, 
    DataSet^% customDataSet, 
    SourceIdentifier sourceIdentifier, 
    ConflictLogType% logConflictType, 
    String^% conflictLogMessage, 
    int% logLevel, 
    String^% logMessage
) abstract
public abstract ActionOnUpdateConflict InvokeUpdateConflictHandler (
    ChangeStates currentChangeState, 
    String methodName, 
    DataSet sourceDataSet, 
    DataSet destinationDataSet, 
    /** @ref */ DataSet customDataSet, 
    SourceIdentifier sourceIdentifier, 
    /** @ref */ ConflictLogType logConflictType, 
    /** @ref */ String conflictLogMessage, 
    /** @ref */ int logLevel, 
    /** @ref */ String logMessage
)
JScript は、値と型の引数の参照渡しをサポートしていません。

パラメータ

  • currentChangeState
  • methodName
  • sourceDataSet
  • destinationDataSet
  • customDataSet
  • sourceIdentifier
  • logConflictType
  • conflictLogMessage
  • logLevel
  • logMessage

スレッド セーフ

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

プラットフォーム

開発プラットフォーム

サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。

対象プラットフォーム

サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。

参照

関連項目

IBusinessLogicResolver Class
IBusinessLogicResolver Members
Microsoft.SqlServer.Replication.BusinessLogicSupport Namespace