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
'Deklaracja
<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.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.