次の方法で共有


EnabledForSyncMgr Property

この機能は、将来のバージョンの Microsoft SQL Server では削除される予定です。新規の開発作業ではこの機能を使用しないようにし、現在この機能を使用しているアプリケーションは修正することを検討してください。

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

構文

object
.EnabledForSyncMgr [=value ]

Parts

  • object
    An 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 the object is used to create a new subscription.

Prototype (C/C++)

HRESULT GetEnabledForSyncMgr(LPBOOL pRetVal);
HRESULT SetEnabledForSyncMgr(BOOL NewValue);

Applies To:

MergePullSubscription Object

TransPullSubscription Object

MergeSubscription Object

TransSubscription Object