Partager via


Propriété TransferDatabaseTask.DestinationDatabaseName

Gets or sets a String containing 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
Public Property DestinationDatabaseName As String 
    Get 
    Set
'Utilisation
Dim instance As TransferDatabaseTask 
Dim value As String 

value = instance.DestinationDatabaseName

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

Valeur de propriété

Type : System.String
A String that contains the name of the database at the destination.

Implémente

ITransferDatabaseTask.DestinationDatabaseName

Voir aussi

Référence

TransferDatabaseTask Classe

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