Partager via


Propriété ITransferDatabaseTask.DestinationDatabaseName

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Gets or sets the name of the database at the destination.

Espace de noms :  Microsoft.SqlServer.Dts.Tasks.TransferDatabaseTask
Assembly :  Microsoft.SqlServer.TransferDatabasesTask (en Microsoft.SqlServer.TransferDatabasesTask.dll)

Syntaxe

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

Valeur de propriété

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

Voir aussi

Référence

ITransferDatabaseTask Interface

Espace de noms Microsoft.SqlServer.Dts.Tasks.TransferDatabaseTask