Share via


MergeSynchronizationAgent.UseInteractiveResolver Property

Gets or sets whether the interactive resolver is used during reconciliation.

Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (in microsoft.sqlserver.replication.dll)

Syntax

'Declaration
Public Overridable Property UseInteractiveResolver As Boolean
public virtual bool UseInteractiveResolver { get; set; }
public:
virtual property bool UseInteractiveResolver {
    bool get ();
    void set (bool newValue);
}
/** @property */
public boolean get_UseInteractiveResolver ()

/** @property */
public void set_UseInteractiveResolver (boolean newValue)
public function get UseInteractiveResolver () : boolean

public function set UseInteractiveResolver (newValue : boolean)

Property Value

A Boolean value.

Remarks

The interactive resolver is displayed for each row in which a conflict is detected. If the UseInteractiveResolver property is changed from true to false during a synchronization, all subsequent conflicts will be handled by the default resolver or the resolver that was specified when the article was created.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

MergeSynchronizationAgent Class
MergeSynchronizationAgent Members
Microsoft.SqlServer.Replication Namespace