Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Gets or sets whether the synchronization is to an alternate synchronization partner.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)
Syntax
'Declaration
Property SyncToAlternate As Boolean
Get
Set
'Usage
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)
Property Value
Type: System.Boolean
true if the synchronization is to an alternate synchronization partner; otherwise, false.