Partilhar via


Propriedade do RDL TransferBase.DestinationDatabase

Gets or sets the database that is the destination of the transfer operation.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SmoExtended (em Microsoft.SqlServer.SmoExtended.dll)

Sintaxe

'Declaração
Public Property DestinationDatabase As String 
    Get 
    Set
'Uso
Dim instance As TransferBase 
Dim value As String 

value = instance.DestinationDatabase

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

Valor da propriedade

Tipo: System.String
The database that is the destination of the transfer operation.

Consulte também

Referência

TransferBase Classe

Namespace Microsoft.SqlServer.Management.Smo