AddColumnOption Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates the options for adding a column to a table published in an existing publication.
public enum class AddColumnOption
public enum AddColumnOption
type AddColumnOption =
Public Enum AddColumnOption
- Inheritance
-
AddColumnOption
Fields
Name | Value | Description |
---|---|---|
Some | 1 | Include the newly added column only to specified publications. |
All | 2 | Include the newly added column to all existing publications in which the underlying table is published. |
None | 3 | Do not include the newly added column to any publication in which the underlying table is published. |
Remarks
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 Make Schema Changes on Publication Databases.
This namespace, class, or member is supported only in the Microsoft .NET Framework version 2.0.
Thread Safety
Public static (Shared
in Microsoft Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.