Freigeben über


SubscriptionOption-Enumeration

Listet den Abonnementtyp auf.

Namespace:  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)

Syntax

'Declaration
<ComVisibleAttribute(True)> _
Public Enumeration SubscriptionOption
'Usage
Dim instance As SubscriptionOption
[ComVisibleAttribute(true)]
public enum SubscriptionOption
[ComVisibleAttribute(true)]
public enum class SubscriptionOption
[<ComVisibleAttribute(true)>]
type SubscriptionOption
public enum SubscriptionOption

Elemente

Elementname Beschreibung
Push Pushabonnement.
Pull Pullabonnement.
Anonymous Anonymes Abonnement. Anonyme Abonnements sind erforderlich, wenn Sie ein Abonnement erstellen möchten, ohne das Abonnement beim Verleger zu registrieren. Dies ist notwendig für Fälle, in denen Sie während der Abonnementkonfiguration keine SQL Server-Verbindung mit dem Verleger herstellen können.

Hinweise

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.