TransferSqlServerObjectsTask.ExistingData Property
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.
Namespace: Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask
Assembly: Microsoft.SqlServer.TransferSqlServerObjectsTask (in Microsoft.SqlServer.TransferSqlServerObjectsTask.dll)
Syntax
'Declaration
Public Property ExistingData As ExistingData
Get
Set
'Usage
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)
Property Value
Type: Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask.ExistingData
A value from the ExistingData enumeration.
Implements
ITransferSqlServerObjectsTask.ExistingData
Remarks
The default value is Replace.
See Also
Reference
TransferSqlServerObjectsTask Class
Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask Namespace