Propriété DestinationDatabaseName

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

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