RecoverDatabaseOperationCreateParameters.SourceDatabaseName Property
Required. Gets or sets the name of the source Azure SQL Database.
Namespace: Microsoft.WindowsAzure.Management.Sql.Models
Assembly: Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)
Syntax
public string SourceDatabaseName { get; set; }
public:
property String^ SourceDatabaseName {
String^ get();
void set(String^ value);
}
member SourceDatabaseName : string with get, set
Public Property SourceDatabaseName As String
Property Value
Type: System.String
See Also
RecoverDatabaseOperationCreateParameters Class
Microsoft.WindowsAzure.Management.Sql.Models Namespace
Return to top