PullSubscription.EnabledForSynchronizationManager Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies whether or not the subscription can be synchronized using Windows Synchronization Manager.
public:
property bool EnabledForSynchronizationManager { bool get(); void set(bool value); };
public bool EnabledForSynchronizationManager { get; set; }
member this.EnabledForSynchronizationManager : bool with get, set
Public Property EnabledForSynchronizationManager As Boolean
Property Value
A Boolean value. If true
, the subscription can be synchronized using Windows Synchronization Manager. If false
, the subscription can not be synchronized using Windows Synchronization Manager.
Remarks
The EnabledForSynchronizationManager property can only be retrieved by members of the sysadmin fixed server role at the Subscriber or by members of the db_owner
fixed database role on the subscription database.
The EnabledForSynchronizationManager property can only be set by members of the sysadmin
fixed server role at the Subscriber or by members of the db_owner
fixed database role on the subscription database.