Gets or sets a value from the ExistingData enumeration to determine whether data should be appended to existing data, or have the existing data replaced by being overwritten.
命名空間: Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask
組件: Microsoft.SqlServer.TransferSqlServerObjectsTask (在 Microsoft.SqlServer.TransferSqlServerObjectsTask.dll 中)
語法
'宣告
Public Property ExistingData As ExistingData
Get
Set
'用途
Dim instance As TransferSqlServerObjectsTask
Dim value As ExistingData
value = instance.ExistingData
instance.ExistingData = value
public ExistingData ExistingData { get; set; }
public:
virtual property ExistingData ExistingData {
ExistingData get () sealed;
void set (ExistingData value) sealed;
}
abstract ExistingData : ExistingData with get, set
override ExistingData : ExistingData with get, set
final function get ExistingData () : ExistingData
final function set ExistingData (value : ExistingData)
屬性值
型別:Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask.ExistingData
A value from the ExistingData enumeration.
實作
ITransferSqlServerObjectsTask.ExistingData
備註
The default value is Replace.
請參閱
參考
TransferSqlServerObjectsTask 類別
Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask 命名空間