Partager via


DistributionSubscription.SyncType Propriété

Définition

Obtient ou définit la manière dont l'abonnement est initialisé.

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

Valeur de propriété

Type de synchronisation effectuée pour un abonnement.

Remarques

Cette propriété ne peut pas être définie pour un abonnement existant.

La SyncType propriété ne peut être récupérée que par les membres du rôle de base de db_owner données fixe sur la base de données de distribution.

La SyncType propriété peut être définie par n’importe quel utilisateur.

S’applique à