PreCreationOption 열거형
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(Microsoft.SqlServer.Rmo.dll)
구문
‘선언
Public Enumeration PreCreationOption
‘사용 방법
Dim instance As PreCreationOption
public enum PreCreationOption
public enum class PreCreationOption
type PreCreationOption
public enum PreCreationOption
멤버
멤버 이름 | 설명 | |
---|---|---|
None | No action is taken on the existing table. | |
Drop | A DROP TABLE statement is executed. This value is required to support SQL Server Compact 3.5 SP2 Subscribers. | |
Delete | A DELETE statement is executed to remove individual rows based on the WHERE clause in the subset filter. | |
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.