Метод InvokeUpdateConflictHandler
Этот API-интерфейс поддерживается в инфраструктуре .NET Framework и не предназначается для использования непосредственно из программного кода.
Этот элемент переопределяет IBusinessLogicResolver. . :: . .InvokeUpdateConflictHandler(ChangeStates, String, DataSet, DataSet, DataSet%, SourceIdentifier, ConflictLogType%, String%, Int32%, String%).
Пространство имен: Microsoft.SqlServer.Replication.BusinessLogicSupport
Сборка: Microsoft.SqlServer.Replication.BusinessLogicSupport (в Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Синтаксис
'Декларация
Public Overrides 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
'Применение
Dim instance As BusinessLogicResolver
Dim currentChangeState As ChangeStates
Dim methodName As String
Dim sourceDataSet As DataSet
Dim destinationDataSet As DataSet
Dim customDataSet As DataSet
Dim sourceIdentifier As SourceIdentifier
Dim logConflictType As ConflictLogType
Dim conflictLogMessage As String
Dim logLevel As Integer
Dim logMessage As String
Dim returnValue As ActionOnUpdateConflict
returnValue = instance.InvokeUpdateConflictHandler(currentChangeState, _
methodName, sourceDataSet, destinationDataSet, _
customDataSet, sourceIdentifier, _
logConflictType, conflictLogMessage, _
logLevel, logMessage)
public override 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
) override
abstract InvokeUpdateConflictHandler :
currentChangeState:ChangeStates *
methodName:string *
sourceDataSet:DataSet *
destinationDataSet:DataSet *
customDataSet:DataSet byref *
sourceIdentifier:SourceIdentifier *
logConflictType:ConflictLogType byref *
conflictLogMessage:string byref *
logLevel:int byref *
logMessage:string byref -> ActionOnUpdateConflict
override InvokeUpdateConflictHandler :
currentChangeState:ChangeStates *
methodName:string *
sourceDataSet:DataSet *
destinationDataSet:DataSet *
customDataSet:DataSet byref *
sourceIdentifier:SourceIdentifier *
logConflictType:ConflictLogType byref *
conflictLogMessage:string byref *
logLevel:int byref *
logMessage:string byref -> ActionOnUpdateConflict
public override function InvokeUpdateConflictHandler(
currentChangeState : ChangeStates,
methodName : String,
sourceDataSet : DataSet,
destinationDataSet : DataSet,
customDataSet : DataSet,
sourceIdentifier : SourceIdentifier,
logConflictType : ConflictLogType,
conflictLogMessage : String,
logLevel : int,
logMessage : String
) : ActionOnUpdateConflict
Параметры
- currentChangeState
Тип Microsoft.SqlServer.Replication.BusinessLogicSupport. . :: . .ChangeStates
- methodName
Тип System. . :: . .String
- sourceDataSet
Тип System.Data. . :: . .DataSet
- destinationDataSet
Тип System.Data. . :: . .DataSet
- customDataSet
Тип System.Data. . :: . .DataSet%
- sourceIdentifier
Тип Microsoft.SqlServer.Replication.BusinessLogicSupport. . :: . .SourceIdentifier
- logConflictType
Тип Microsoft.SqlServer.Replication.BusinessLogicSupport. . :: . .ConflictLogType%
- conflictLogMessage
Тип System. . :: . .String%
- logLevel
Тип System. . :: . .Int32%
- logMessage
Тип System. . :: . .String%
Возвращаемое значение
Тип Microsoft.SqlServer.Replication.BusinessLogicSupport. . :: . .ActionOnUpdateConflict