SUBSCRIPTION_TYPE (Replication ActiveX)

The SUBSCRIPTION_TYPE specifies subscription type values for the SubscriptionType property of the SQLMerge and SQLDistribution objects.

Constant Value Description

ANONYMOUS

2

Anonymous subscription. A value of ANONYMOUS is required if you want to create a subscription without registering the subscription at the Publisher. This is necessary for cases such as Web synchronization, in which you cannot establish a SQL Server connection to the Publisher during subscription configuration.

PULL

1

Pull subscription.

PUSH

0

Push subscription.

Change History

Release History

12 December 2006

Changed content:
  • Removed content that incorrectly stated that anonymous subscriptions are deprecated.