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


Свойство UseInteractiveResolver

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

Синтаксис

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

value = instance.UseInteractiveResolver

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

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

Тип: System. . :: . .Boolean