Share via


RestorableDroppedDatabaseListResponse.Databases Property

 

Optional. Gets the collection of restorable dropped databases that has been returned from a List Restorable Dropped Databases request.

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

Syntax

public IList<RestorableDroppedDatabase> Databases { get; set; }
public:
property IList<RestorableDroppedDatabase^>^ Databases {
    IList<RestorableDroppedDatabase^>^ get();
    void set(IList<RestorableDroppedDatabase^>^ value);
}
member Databases : IList<RestorableDroppedDatabase> with get, set
Public Property Databases As IList(Of RestorableDroppedDatabase)

Property Value

Type: System.Collections.Generic.IList<RestorableDroppedDatabase>

See Also

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

Return to top