ITransferSqlServerObjectsTask.ExistingData Property

This API supports the infrastructure and is not intended to be used directly from your code.

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)