Transfer.DestinationDatabase Property

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

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)

Syntax

'Declaration
Public Property DestinationDatabase As String
    Get
    Set
'Usage
Dim instance As Transfer
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)

Property Value

Type: System.String
A String value that specifies the destination database.