BusinessLogicResolver.InvokeUpdateDeleteConflictHandler Method
名前空間: Microsoft.SqlServer.Replication.BusinessLogicSupport
アセンブリ: Microsoft.SqlServer.Replication.BusinessLogicSupport (microsoft.sqlserver.replication.businesslogicsupport.dll 内)
構文
'宣言
Public Overrides Function InvokeUpdateDeleteConflictHandler ( _
currentChangeState As ChangeStates, _
methodName As String, _
updateSourceIdentifier As SourceIdentifier, _
sourceDataSet As DataSet, _
destinationDataSet As DataSet, _
ByRef customDataSet As DataSet, _
downloadPhase As Boolean, _
ByRef logConflictType As ConflictLogType, _
ByRef conflictLogMessage As String, _
ByRef logLevel As Integer, _
ByRef logMessage As String _
) As ActionOnUpdateDeleteConflict
public override ActionOnUpdateDeleteConflict InvokeUpdateDeleteConflictHandler (
ChangeStates currentChangeState,
string methodName,
SourceIdentifier updateSourceIdentifier,
DataSet sourceDataSet,
DataSet destinationDataSet,
ref DataSet customDataSet,
bool downloadPhase,
ref ConflictLogType logConflictType,
ref string conflictLogMessage,
ref int logLevel,
ref string logMessage
)
public:
virtual ActionOnUpdateDeleteConflict InvokeUpdateDeleteConflictHandler (
ChangeStates currentChangeState,
String^ methodName,
SourceIdentifier updateSourceIdentifier,
DataSet^ sourceDataSet,
DataSet^ destinationDataSet,
DataSet^% customDataSet,
bool downloadPhase,
ConflictLogType% logConflictType,
String^% conflictLogMessage,
int% logLevel,
String^% logMessage
) override
public ActionOnUpdateDeleteConflict InvokeUpdateDeleteConflictHandler (
ChangeStates currentChangeState,
String methodName,
SourceIdentifier updateSourceIdentifier,
DataSet sourceDataSet,
DataSet destinationDataSet,
/** @ref */ DataSet customDataSet,
boolean downloadPhase,
/** @ref */ ConflictLogType logConflictType,
/** @ref */ String conflictLogMessage,
/** @ref */ int logLevel,
/** @ref */ String logMessage
)
JScript は、値と型の引数の参照渡しをサポートしていません。
パラメータ
- currentChangeState
- methodName
- updateSourceIdentifier
- sourceDataSet
- destinationDataSet
- customDataSet
- downloadPhase
- logConflictType
- conflictLogMessage
- logLevel
- logMessage
スレッド セーフ
この型の public static (Microsoft Visual Basic では共有 ) メンバは、スレッド セーフです。インスタンス メンバの場合は、スレッド セーフであるとは限りません。
プラットフォーム
開発プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
対象プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
参照
関連項目
BusinessLogicResolver Class
BusinessLogicResolver Members
Microsoft.SqlServer.Replication.BusinessLogicSupport Namespace