DdlReplicationOptions Enum

Definition

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

All 1

DDL changes to published tables are replicated.

None 0

DDL changes to published tables are not 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.

Applies to

See also