Share via


ITransferSqlServerObjectsTask.DestinationConnection Property

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

Gets or sets the name of the destination connection.

Namespace:  Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask
Assembly:  Microsoft.SqlServer.TransferSqlServerObjectsTask (in Microsoft.SqlServer.TransferSqlServerObjectsTask.dll)

Syntax

'Declaration
Property DestinationConnection As String 
    Get 
    Set
'Usage
Dim instance As ITransferSqlServerObjectsTask 
Dim value As String 

value = instance.DestinationConnection

instance.DestinationConnection = value
string DestinationConnection { get; set; }
property String^ DestinationConnection {
    String^ get ();
    void set (String^ value);
}
abstract DestinationConnection : string with get, set
function get DestinationConnection () : String 
function set DestinationConnection (value : String)

Property Value

Type: System.String
The name of the destination connection.

See Also

Reference

ITransferSqlServerObjectsTask Interface

Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask Namespace