次の方法で共有


ActionOnUpdateConflict 列挙体

競合する UPDATE ステートメントを処理する場合に実行できるすべてのアクションを列挙します。

名前空間:  Microsoft.SqlServer.Replication.BusinessLogicSupport
アセンブリ:  Microsoft.SqlServer.Replication.BusinessLogicSupport (Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

構文

'宣言
Public Enumeration ActionOnUpdateConflict
'使用
Dim instance As ActionOnUpdateConflict
public enum ActionOnUpdateConflict
public enum class ActionOnUpdateConflict
type ActionOnUpdateConflict
public enum ActionOnUpdateConflict

メンバー

メンバー名 説明
AcceptDefaultResolution 既定の解決規則を使用して競合を解決します。
AcceptPublisherData パブリッシャからの更新を優先することによって競合を解決します。
AcceptSubscriberData サブスクライバからの更新を優先することによって競合を解決します。
AcceptCustomConflictData ビジネス ロジック ハンドラによって提供されるカスタム ユーザー データを使用して競合を解決します。その後、そのカスタム データがレプリケーション プロセスによって反映されます。