Expand Minimize
This topic has not yet been rated - Rate this topic

DdlReplicationOptions Enumeration

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

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)
[FlagsAttribute]
public enum DdlReplicationOptions
Member nameDescription
NoneDDL changes to published tables are not replicated.
AllDDL 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.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.