IMergeSynchronizationAgent.SyncToAlternate 속성
Gets or sets whether the synchronization is to an alternate synchronization partner.
네임스페이스: Microsoft.SqlServer.Replication
어셈블리: Microsoft.SqlServer.Replication(Microsoft.SqlServer.Replication.dll)
구문
‘선언
Property SyncToAlternate As Boolean
Get
Set
‘사용 방법
Dim instance As IMergeSynchronizationAgent
Dim value As Boolean
value = instance.SyncToAlternate
instance.SyncToAlternate = value
bool SyncToAlternate { get; set; }
property bool SyncToAlternate {
bool get ();
void set (bool value);
}
abstract SyncToAlternate : bool with get, set
function get SyncToAlternate () : boolean
function set SyncToAlternate (value : boolean)
속성 값
유형: System.Boolean
true if the synchronization is to an alternate synchronization partner; otherwise, false.