Share via


ITransferJobsTask.DestinationConnection Property

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

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

Syntax

'Declaration
Property DestinationConnection As String
    Get
    Set
'Usage
Dim instance As ITransferJobsTask
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