IMergeSynchronizationAgent.UseInteractiveResolver 속성
Gets or sets whether the interactive resolver is used during reconciliation.
네임스페이스: 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
true if the interactive resolver is used during reconciliation; otherwise, false.