PullSubscription.EnabledForSynchronizationManager Property

Definition

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.

Applies to