CentralizedConflicts Property (SQL-DMO)

The CentralizedConflicts property controls the distribution of conflict records for merge replication.

Applies To

MergePublication Object

Syntax

object.CentralizedConflicts [= value]

Part Description
object Expression that evaluates to an object in the Applies To list
value True or False

Remarks

If True, conflict records are sent to and stored at the Publisher of the data.

If False, conflict records are stored at each Subscriber.

Data Type

Boolean

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetCentralizedConflicts(LPBOOL pRetVal);

HRESULT SetCentralizedConflicts(BOOL NewValue);

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.