Compartilhar via


Propriedade do RDL ITransferDatabaseTask.DestinationDatabaseName

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

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

Sintaxe

'Declaração
Property DestinationDatabaseName As String 
    Get 
    Set
'Uso
Dim instance As ITransferDatabaseTask 
Dim value As String 

value = instance.DestinationDatabaseName

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

Valor da propriedade

Tipo: System.String
The name of the database at the destination.

Consulte também

Referência

ITransferDatabaseTask Interface

Namespace Microsoft.SqlServer.Dts.Tasks.TransferDatabaseTask