The HasSubscription property is True when a subscription is visible to the referenced publication.
| MergePublication Object | TransPublication Object |
object.HasSubscription
| Part | Description |
|---|---|
| object | Expression that evaluates to an object in the Applies To list |
Anonymous, Subscriber-originated (pull) subscriptions are not visible until after the Subscriber has performed initial synchronization. The HasSubscription property will return False if all subscriptions to a publication are unsynchronized, anonymous, pull subscriptions.
Boolean
Read-only
HRESULT GetHasSubscription(LPBOOL pRetVal);