DdlReplicationOptions 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.
Enumerates whether data definition language (DDL) changes to published tables are replicated.
This enumeration supports a bitwise combination of its member values.
public enum class DdlReplicationOptions
[System.Flags]
public enum DdlReplicationOptions
[<System.Flags>]
type DdlReplicationOptions =
Public Enum DdlReplicationOptions
- Inheritance
-
DdlReplicationOptions
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | DDL changes to published tables are not replicated. |
All | 1 | DDL changes to published tables are replicated. |
Remarks
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.