CubeCollection Class

Contains a read-only, on-demand list of CubeDef objects contained by a AdomdConnection.

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

Syntax

'Declaration
Public NotInheritable Class CubeCollection _
    Implements IDisposable, IEnumerable, ICollection
'Usage
Dim instance As CubeCollection
public sealed class CubeCollection : IDisposable, 
    IEnumerable, ICollection
public ref class CubeCollection sealed : IDisposable, 
    IEnumerable, ICollection
[<SealedAttribute>]
type CubeCollection =  
    class
        interface IDisposable
        interface IEnumerable
        interface ICollection
    end
public final class CubeCollection implements IDisposable, IEnumerable, ICollection

Inheritance Hierarchy

System.Object
  Microsoft.AnalysisServices.AdomdServer.CubeCollection

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.