Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets whether Web synchronization is used.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)
Syntax
'Declaration
Property UseWebSynchronization As Boolean
Get
Set
'Usage
Dim instance As IMergeSynchronizationAgent
Dim value As Boolean
value = instance.UseWebSynchronization
instance.UseWebSynchronization = value
bool UseWebSynchronization { get; set; }
property bool UseWebSynchronization {
bool get ();
void set (bool value);
}
abstract UseWebSynchronization : bool with get, set
function get UseWebSynchronization () : boolean
function set UseWebSynchronization (value : boolean)
Property Value
Type: System.Boolean
true if Web synchronization is used; otherwise, false.