EnabledForSyncMgr Property (SQL-DMO)

The EnabledForSyncMgr property configures the referenced subscription for the mobile synchronization agent.

Applies To
MergePullSubscription Object TransPullSubscription Object
MergeSubscription Object TransSubscription Object

Syntax

object.EnabledForSyncMgr [= value ]

Part Description
object Expression that evaluates to an object in the Applies To list
value True or False

Data type

Boolean

Modifiable

Read/write for the MergePullSubscription and TransPullSubscription object.

For the MergeSubscription and TransSubscription object, the EnabledForSyncMgr property is write-only and can be set only when using the object to create a new subscription.

Prototype (C/C++)

HRESULT GetEnabledForSyncMgr(LPBOOL pRetVal);

HRESULT SetEnabledForSyncMgr(BOOL NewValue);

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.