DdlReplicationOptions Enumeration
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. |
Hinweise
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.
Plattformen
Entwicklungsplattformen
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Zielplattforme
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Siehe auch
Verweis
Microsoft.SqlServer.Replication Namespace
Publication
Andere Ressourcen
How to: View and Modify Publication Properties (RMO Programming)
Vornehmen von Schemaänderungen in Publikationsdatenbanken