Contains constants that represent types of database subscriptions.
| C# |
public enum SubscriptionType
| Member | Description |
|---|---|
| Owners |
Owners of a publication.
|
| DataReaders |
Users who have read-only rights to publication data.
|
| DataWriters |
Users who have read and at least some write access to publication data
and are restricted by the database security model.
|