Partager via


Propriété TransferBase.DestinationDatabase

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

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.SmoExtended (en Microsoft.SqlServer.SmoExtended.dll)

Syntaxe

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

Valeur de propriété

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

Voir aussi

Référence

TransferBase Classe

Espace de noms Microsoft.SqlServer.Management.Smo