ExistingData 列舉

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 (在 Microsoft.SqlServer.TransferSqlServerObjectsTask.dll 中)

語法

'宣告
Public Enumeration ExistingData
'用途
Dim instance As ExistingData
public enum ExistingData
public enum class ExistingData
type ExistingData
public enum ExistingData

成員

成員名稱 說明
Replace Replaces the existing data with the new data.
Append Appends the new data to the existing data.