Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.