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.