DatabaseListResponse.Databases Property

Definition

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

public System.Collections.Generic.IList<Microsoft.WindowsAzure.Management.Sql.Models.Database> Databases { get; set; }
member this.Databases : System.Collections.Generic.IList<Microsoft.WindowsAzure.Management.Sql.Models.Database> with get, set
Public Property Databases As IList(Of Database)

Property Value

Applies to