Compartilhar via


Propriedade do RDL ITransferDatabaseTask.DestinationConnection

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 destination database.

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

Sintaxe

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

Valor da propriedade

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

Consulte também

Referência

ITransferDatabaseTask Interface

Namespace Microsoft.SqlServer.Dts.Tasks.TransferDatabaseTask