Поделиться через


Свойство MergeSynchronizationAgent.UseInteractiveResolver

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

Пространство имен:  Microsoft.SqlServer.Replication
Сборка:  Microsoft.SqlServer.Replication (в Microsoft.SqlServer.Replication.dll)

Синтаксис

'Декларация
Public Overridable Property UseInteractiveResolver As Boolean 
    Get 
    Set
'Применение
Dim instance As MergeSynchronizationAgent 
Dim value As Boolean 

value = instance.UseInteractiveResolver

instance.UseInteractiveResolver = value
public virtual bool UseInteractiveResolver { get; set; }
public:
virtual property bool UseInteractiveResolver {
    bool get ();
    void set (bool value);
}
abstract UseInteractiveResolver : bool with get, set 
override UseInteractiveResolver : bool with get, set
function get UseInteractiveResolver () : boolean 
function set UseInteractiveResolver (value : boolean)

Значение свойства

Тип: System.Boolean
True if the interactive resolver is used during reconciliation; otherwise, false.

Реализует

IMergeSynchronizationAgent.UseInteractiveResolver

Замечания

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.

См. также

Справочник

MergeSynchronizationAgent Класс

Пространство имен Microsoft.SqlServer.Replication