Server.Databases Property

 

Applies To: SQL Server 2016 Preview

Gets the collection of databases resident on a Server.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

[BrowsableAttribute(false)]
[XmlArrayAttribute]
public DatabaseCollection Databases { get; }
public:
[BrowsableAttribute(false)]
[XmlArrayAttribute]
property DatabaseCollection^ Databases {
    DatabaseCollection^ get();
}
[<BrowsableAttribute(false)>]
[<XmlArrayAttribute>]
member Databases : DatabaseCollection with get
<BrowsableAttribute(False)>
<XmlArrayAttribute>
Public ReadOnly Property Databases As DatabaseCollection

Property Value

Type: Microsoft.AnalysisServices.DatabaseCollection

A collection of databases.

See Also

Server Class
Microsoft.AnalysisServices Namespace

Return to top