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.