Condividi tramite


UseInteractiveResolver Property (Replication ActiveX)

The UseInteractiveResolver property returns or sets whether the interactive resolver is used during reconciliation.

Sintassi

object.UseInteractiveResolver [= value]
Part Description

object

Expression that evaluates to a SQLMerge Object (Replication ActiveX) object.

value

If set to True, the interactive resolver is used.

Applies To

SQLMerge Object (Replication ActiveX)

Osservazioni

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

Data Type

Boolean

Modifiable

Read/write

Prototype (C/C++)

HRESULT UseInteractiveResolver(VARIANT_BOOL pVal);
HRESULT UseInteractiveResolver(VARIANT_BOOL* pVal);

Vedere anche

Altre risorse

Visualizzatore conflitti di replica Microsoft e sistema di risoluzione dei conflitti interattivo

Guida in linea e informazioni

Assistenza su SQL Server 2005