ExistingData Enumeration

Used by the ExistingData property to determine whether data should be appended to existing data, or have the existing data replaced.

命名空间: Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask
程序集: Microsoft.SqlServer.TransferSqlServerObjectsTask (in microsoft.sqlserver.transfersqlserverobjectstask.dll)

语法

声明
Public Enumeration ExistingData
public enum ExistingData
public enum class ExistingData
public enum ExistingData
public enum ExistingData

Members

Member name Description
Append Appends the new data to the existing data.
Replace Replaces the existing data with the new data.

平台

开发平台

有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。

目标平台

有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。

请参阅

参考

Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask Namespace