TransSynchronizationAgent.SubscriptionType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets whether the subscription is a push or pull subscription.
public:
virtual property Microsoft::SqlServer::Replication::SubscriptionOption SubscriptionType { Microsoft::SqlServer::Replication::SubscriptionOption get(); void set(Microsoft::SqlServer::Replication::SubscriptionOption value); };
public virtual Microsoft.SqlServer.Replication.SubscriptionOption SubscriptionType { get; set; }
member this.SubscriptionType : Microsoft.SqlServer.Replication.SubscriptionOption with get, set
Public Overridable Property SubscriptionType As SubscriptionOption
Property Value
The subscription type.
Implements
Remarks
The type of subscription you choose depends on where the agent runs. With a push subscription, the Distribution Agent runs at the Distributor; whereas, with a pull subscription, agent runs at the Subscriber. 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.