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


Свойство AllowInteractiveResolver

Gets or sets whether or not to allow subscriptions to invoke the Interactive Resolver when conflicts occur during synchronization.

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

Синтаксис

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

value = instance.AllowInteractiveResolver

instance.AllowInteractiveResolver = value
public bool AllowInteractiveResolver { get; set; }
public:
property bool AllowInteractiveResolver {
    bool get ();
    void set (bool value);
}
member AllowInteractiveResolver : bool with get, set
function get AllowInteractiveResolver () : boolean
function set AllowInteractiveResolver (value : boolean)

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

Тип: System. . :: . .Boolean
A Boolean value.

Замечания

This property is only available with Microsoft SQL Server 2000 and SQL Server 2005.

This namespace, class, or member is supported only in version 2.0 of the .NET Framework.