Compartir a través de


MergeSynchronizationAgent.UseInteractiveResolver Property

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

Espacio de nombres: Microsoft.SqlServer.Replication
Ensamblado: Microsoft.SqlServer.Replication (in microsoft.sqlserver.replication.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

A Boolean value.

Notas

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.

Seguridad para subprocesos

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.

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

MergeSynchronizationAgent Class
MergeSynchronizationAgent Members
Microsoft.SqlServer.Replication Namespace