Partilhar via


Propriedade do RDL ITransferSqlServerObjectsTask.SourceConnection

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

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

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

Sintaxe

'Declaração
Property SourceConnection As String 
    Get 
    Set
'Uso
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)

Valor da propriedade

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

Consulte também

Referência

ITransferSqlServerObjectsTask Interface

Namespace Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask