ReplicationOptions 枚举

The ReplicationOptions enumeration contains values that are used to specify the replication settings for the referenced database.

此枚举具有可以使用其成员值位组合的 FlagsAttribute 属性。

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.SqlEnum(在 Microsoft.SqlServer.SqlEnum.dll 中)

语法

声明
<FlagsAttribute> _
Public Enumeration ReplicationOptions
用法
Dim instance As ReplicationOptions
[FlagsAttribute]
public enum ReplicationOptions
[FlagsAttribute]
public enum class ReplicationOptions
[<FlagsAttribute>]
type ReplicationOptions
public enum ReplicationOptions

成员

成员名称 说明
None No replication options applied.
Published Value = 1. The database is published.
Subscribed Value = 2. The database is subscribed
MergePublished Value = 4. The database is merge published.
MergeSubscribed Value = 8. The database is merge subscribed.

注释

The ReplicationOptions enumeration class is served by the ReplicationOptions property.