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)

public:
property IList<Database^>^ Databases {
	IList<Database^>^ get();
	void set(IList<Database^>^ value);
}
Return to top
Show: