AddColumnOption 列舉
Enumerates the options for adding a column to a table published in an existing publication.
命名空間: Microsoft.SqlServer.Replication
組件: Microsoft.SqlServer.Rmo (在 Microsoft.SqlServer.Rmo.dll 中)
語法
'宣告
Public Enumeration AddColumnOption
'用途
Dim instance As AddColumnOption
public enum AddColumnOption
public enum class AddColumnOption
type AddColumnOption
public enum AddColumnOption
成員
成員名稱 | 說明 | |
---|---|---|
Some | Include the newly added column only to specified publications. | |
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. |
備註
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 對發行集資料庫進行結構描述變更.
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.