PreCreationOption Enumeration
Enumerates the commands that are executed prior to subscription initialization when a published table already exists in the subscription database.
네임스페이스: Microsoft.SqlServer.Replication
어셈블리: Microsoft.SqlServer.Rmo (in microsoft.sqlserver.rmo.dll)
구문
‘선언
Public Enumeration PreCreationOption
public enum PreCreationOption
public enum class PreCreationOption
public enum PreCreationOption
public enum PreCreationOption
Members
Member name | Description |
---|---|
Delete | A DELETE statement is executed to remove individual rows based on the WHERE clause in the subset filter. |
Drop | A DROP TABLE statement is executed. This value is required to support Microsoft SQL Server 2005 Compact Edition Subscribers. |
None | No action is taken on the existing table. |
Truncate | A TRUNCATE TABLE statement is executed to remove all rows from the table. |
주의
Drop is the default when creating new articles.
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.
플랫폼
개발 플랫폼
지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.
대상 플랫폼
지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.