SubscriptionOption Enumeration
Enumerates the type of subscription.
Assembly: Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)
| Member name | Description | |
|---|---|---|
| Anonymous | Anonymous subscription. Anonymous subscriptions are required if you want to create a subscription without registering the subscription at the Publisher. This is necessary for cases in which you cannot establish a SQL Server connection to the Publisher during subscription configuration. | |
| Pull | Pull subscription. | |
| Push | Push subscription. |
The type of subscription you choose controls where the agent runs. With a push subscription, the Merge Agent or Distribution Agent runs at the Distributor, whereas with a pull subscription, agents run at the Subscribers.
Show: