Partager via


Propriété ITransferSqlServerObjectsTask.SourceConnection

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

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

Espace de noms :  Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask
Assembly :  Microsoft.SqlServer.TransferSqlServerObjectsTask (en Microsoft.SqlServer.TransferSqlServerObjectsTask.dll)

Syntaxe

'Déclaration
Property SourceConnection As String 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Voir aussi

Référence

ITransferSqlServerObjectsTask Interface

Espace de noms Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask