DatabaseCollection Class
Contains a collection of Database objects. This class cannot be inherited.
Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<GuidAttribute("F4C66028-67C0-4a43-9169-1D53381162D6")> _
Public NotInheritable Class DatabaseCollection _
    Inherits MajorObjectCollection
'Usage
Dim instance As DatabaseCollection
[GuidAttribute("F4C66028-67C0-4a43-9169-1D53381162D6")]
public sealed class DatabaseCollection : MajorObjectCollection
[GuidAttribute(L"F4C66028-67C0-4a43-9169-1D53381162D6")]
public ref class DatabaseCollection sealed : public MajorObjectCollection
[<SealedAttribute>]
[<GuidAttribute("F4C66028-67C0-4a43-9169-1D53381162D6")>]
type DatabaseCollection =  
    class
        inherit MajorObjectCollection
    end
public final class DatabaseCollection extends MajorObjectCollection
Inheritance Hierarchy
System.Object
  Microsoft.AnalysisServices.ModelComponentCollection
    Microsoft.AnalysisServices.NamedComponentCollection
      Microsoft.AnalysisServices.MajorObjectCollection
        Microsoft.AnalysisServices.DatabaseCollection
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.