TransferSqlServerObjectsTask.ExistingData 属性
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 命名空间