ReplicationOptions Enumeration
The ReplicationOptions enumeration contains values that are used to specify the replication settings for the referenced database.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Assembly: Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)
| Member name | Description | |
|---|---|---|
| MergePublished | Value = 4. The database is merge published. | |
| MergeSubscribed | Value = 8. The database is merge subscribed. | |
| None | No replication options applied. | |
| Published | Value = 1. The database is published. | |
| Subscribed | Value = 2. The database is subscribed |
The ReplicationOptions enumeration class is served by the ReplicationOptions property.
Show: