AddColumnOption Enumeration

Enumerates the options for adding a column to a table published in an existing publication.

Namespace: Microsoft.SqlServer.Replication
Assembly : Microsoft.SqlServer.Rmo (in microsoft.sqlserver.rmo.dll)

Syntax

'Declaration
Public Enumeration AddColumnOption
public enum AddColumnOption
public enum class AddColumnOption
public enum AddColumnOption
public enum AddColumnOption

Members

Member name Description
All Include the newly added column to all existing publications in which the underlying table is published.
None Do not include the newly added column to any publication in which the underlying table is published.
Some Include the newly added column only to specified publications.

Hinweise

You use these options for adding a column to a published table when the publication or Subscribers to the publication do not support replication of schema changes. For more information, see Vornehmen von Schemaänderungen in Publikationsdatenbanken.

This namespace, class, or member is supported only in the Microsoft .NET Framework version 2.0.

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