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