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