ReplicationOptions Enum
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.
The ReplicationOptions enum specifies the active replication settings for a database,
This enumeration supports a bitwise combination of its member values.
[System.Flags]
public enum ReplicationOptions
[<System.Flags>]
type ReplicationOptions =
Public Enum ReplicationOptions
- Inheritance
-
ReplicationOptions
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | No options |
Published | 1 | Database is published. |
Subscribed | 2 | Database has subscription. |
MergePublished | 4 | Database is merge published. |
MergeSubscribed | 8 | Database has merge subscription. |