TransferSqlServerObjectsTask.DestinationDatabase Property

Definition

Gets or sets a String containing the name of the destination database.

public:
 property System::String ^ DestinationDatabase { System::String ^ get(); void set(System::String ^ value); };
public string DestinationDatabase { get; set; }
member this.DestinationDatabase : string with get, set
Public Property DestinationDatabase As String

Property Value

A String that contains the name of the database at the destination.

Implements

Applies to