Freigeben über


IMergeSynchronizationAgent.UseInteractiveResolver-Eigenschaft

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

Namespace:  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)

Syntax

'Declaration
Property UseInteractiveResolver As Boolean 
    Get 
    Set
'Usage
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)

Eigenschaftswert

Typ: System.Boolean
true if the interactive resolver is used during reconciliation; otherwise, false.

Siehe auch

Verweis

IMergeSynchronizationAgent Schnittstelle

Microsoft.SqlServer.Replication-Namespace