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)

Usage

'Usage
Dim instance As RestorableDroppedDatabaseListResponse
Dim value As IList(Of RestorableDroppedDatabase)

value = instance.Databases

instance.Databases = value

Syntax

'Declaration
Public Property Databases As IList(Of RestorableDroppedDatabase)
public IList<RestorableDroppedDatabase> Databases { get; set; }
public:
property IList<RestorableDroppedDatabase^>^ Databases {
    IList<RestorableDroppedDatabase^>^ get ();
    void set (IList<RestorableDroppedDatabase^>^ value);
}
/** @property */
public IList<RestorableDroppedDatabase> get_Databases ()

/** @property */
public void set_Databases (IList<RestorableDroppedDatabase> value)
public function get Databases () : IList<RestorableDroppedDatabase>

public function set Databases (value : IList<RestorableDroppedDatabase>)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

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