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.