RecoverDatabaseOperationCreateParameters::TargetDatabaseName Property

 

Optional. Gets or sets 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)

public:
property String^ TargetDatabaseName {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^
Return to top
Show: