Freigeben über


ITransferDatabaseTask.DestinationDatabaseName-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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

Namespace:  Microsoft.SqlServer.Dts.Tasks.TransferDatabaseTask
Assembly:  Microsoft.SqlServer.TransferDatabasesTask (in Microsoft.SqlServer.TransferDatabasesTask.dll)

Syntax

'Declaration
Property DestinationDatabaseName As String 
    Get 
    Set
'Usage
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)

Eigenschaftswert

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

Siehe auch

Verweis

ITransferDatabaseTask Schnittstelle

Microsoft.SqlServer.Dts.Tasks.TransferDatabaseTask-Namespace