DistributionSubscription.SyncType Property

Definition

Gets or sets the manner in which the subscription is initialized.

public:
 property Microsoft::SqlServer::Replication::SubscriptionSyncType SyncType { Microsoft::SqlServer::Replication::SubscriptionSyncType get(); void set(Microsoft::SqlServer::Replication::SubscriptionSyncType value); };
public Microsoft.SqlServer.Replication.SubscriptionSyncType SyncType { get; set; }
member this.SyncType : Microsoft.SqlServer.Replication.SubscriptionSyncType with get, set
Public Property SyncType As SubscriptionSyncType

Property Value

The type of synchronization performed for a subscription.

Remarks

This property cannot be set for an existing subscription.

The SyncType property can only be retrieved by members of the db_owner fixed database role on the distribution database.

The SyncType property can be set by any user.

Applies to