Condividi tramite


MergeSynchronizationAgent.UseInteractiveResolver Property

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

Spazio dei nomi: Microsoft.SqlServer.Replication
Assembly : Microsoft.SqlServer.Replication (in microsoft.sqlserver.replication.dll)

Sintassi

'Dichiarazione
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)

Valore proprietà

A Boolean value.

Osservazioni

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.

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

MergeSynchronizationAgent Class
MergeSynchronizationAgent Members
Microsoft.SqlServer.Replication Namespace