Share via


DatabaseListResponse.Databases Property

Optional. Gets or sets the collection of databases that are hosted on the Azure SQL Database Server.

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

Usage

'Usage
Dim instance As DatabaseListResponse
Dim value As IList(Of Database)

value = instance.Databases

instance.Databases = value

Syntax

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

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

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

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

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