DdlReplicationOptions 枚举

Enumerates whether data definition language (DDL) changes to published tables are replicated.

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

命名空间:  Microsoft.SqlServer.Replication
程序集:  Microsoft.SqlServer.Rmo(在 Microsoft.SqlServer.Rmo.dll 中)

语法

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

成员

成员名称 说明
None DDL changes to published tables are not replicated.
All DDL changes to published tables are replicated.

注释

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.