Server.Databases Property
The collection of databases resident on a Server.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Databases As DatabaseCollection
Get
'Usage
Dim instance As Server
Dim value As DatabaseCollection
value = instance.Databases
[BrowsableAttribute(false)]
public DatabaseCollection Databases { get; }
[BrowsableAttribute(false)]
public:
property DatabaseCollection^ Databases {
DatabaseCollection^ get ();
}
[<BrowsableAttribute(false)>]
member Databases : DatabaseCollection
function get Databases () : DatabaseCollection
Property Value
Type: Microsoft.AnalysisServices.DatabaseCollection
A collection of databases.