DistributionSubscription.SyncType 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 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.