Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets or sets a value from the ExistingData enumeration to determine whether data should be appended to existing data.
Namespace: Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask
Assembly: Microsoft.SqlServer.TransferSqlServerObjectsTask (in Microsoft.SqlServer.TransferSqlServerObjectsTask.dll)
Syntax
'Declaration
Property ExistingData As ExistingData
Get
Set
'Usage
Dim instance As ITransferSqlServerObjectsTask
Dim value As ExistingData
value = instance.ExistingData
instance.ExistingData = value
ExistingData ExistingData { get; set; }
property ExistingData ExistingData {
ExistingData get ();
void set (ExistingData value);
}
abstract ExistingData : ExistingData with get, set
function get ExistingData () : ExistingData
function set ExistingData (value : ExistingData)
Property Value
Type: Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask.ExistingData
A value from the ExistingData enumeration.
See Also
Reference
ITransferSqlServerObjectsTask Interface
Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask Namespace