Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Enumerates whether data definition language (DDL) changes to published tables are replicated.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Rmo (in microsoft.sqlserver.rmo.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration DdlReplicationOptions
[FlagsAttribute]
public enum DdlReplicationOptions
[FlagsAttribute]
public enum class DdlReplicationOptions
/** @attribute FlagsAttribute() */
public enum DdlReplicationOptions
FlagsAttribute
public enum DdlReplicationOptions
Members
Member name | Description |
---|---|
All | DDL changes to published tables are replicated. |
None | 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.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
Microsoft.SqlServer.Replication Namespace
Publication
Other Resources
How to: View and Modify Publication Properties (RMO Programming)
Making Schema Changes on Publication Databases