Expand Minimize
This topic has not yet been rated - Rate this topic

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.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)
[FlagsAttribute]
public enum ReplicationOptions
Member nameDescription
NoneNo replication options applied.
PublishedValue = 1. The database is published.
SubscribedValue = 2. The database is subscribed
MergePublishedValue = 4. The database is merge published.
MergeSubscribedValue = 8. The database is merge subscribed.

The ReplicationOptions enumeration class is served by the ReplicationOptions property.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.