확장 최소화
이 항목은 아직 평가되지 않았습니다.- 이 항목 평가

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 enum PreCreationOption
public enum PreCreationOption
public enum PreCreationOption
Member nameDescription
DeleteA DELETE statement is executed to remove individual rows based on the WHERE clause in the subset filter.
DropA DROP TABLE statement is executed. This value is required to support Microsoft SQL Server 2005 Compact Edition Subscribers.
NoneNo action is taken on the existing table.
TruncateA 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 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.
이 정보가 도움이 되었습니까?
(1500자 남음)

커뮤니티 추가 항목

추가
© 2013 Microsoft. All rights reserved.