Freigeben über


ITransferSqlServerObjectsTask.SourceConnection-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 source database.

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

Syntax

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

value = instance.SourceConnection

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

Eigenschaftswert

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

Siehe auch

Verweis

ITransferSqlServerObjectsTask Schnittstelle

Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask-Namespace