다음을 통해 공유


AddColumnOption Enumeration

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

네임스페이스: Microsoft.SqlServer.Replication
어셈블리: Microsoft.SqlServer.Rmo (in microsoft.sqlserver.rmo.dll)

구문

‘선언
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.

주의

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.

플랫폼

개발 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

대상 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

참고 항목

참조

Microsoft.SqlServer.Replication Namespace