Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets whether or not to allow subscriptions to invoke the Interactive Resolver when conflicts occur during synchronization.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)
Syntax
'Declaration
Public Property AllowInteractiveResolver As Boolean
Get
Set
'Usage
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)
Property Value
Type: System.Boolean
A Boolean value.