Share via


RecoverDatabaseOperation.TargetDatabaseName Property

 

Optional. Gets the name of the target Azure SQL Database.

Namespace:   Microsoft.WindowsAzure.Management.Sql.Models
Assembly:  Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)

Syntax

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

Property Value

Type: System.String

See Also

RecoverDatabaseOperation Class
Microsoft.WindowsAzure.Management.Sql.Models Namespace

Return to top