Freigeben über


ITransferJobsTask.DestinationConnection-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Gets or sets the name of the connection manager for the destination database.

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)

Eigenschaftswert

Typ: System.String
The name of the connection manager for the destination database.

Siehe auch

Verweis

ITransferJobsTask Schnittstelle

Microsoft.SqlServer.Dts.Tasks.TransferJobsTask-Namespace