Share via


LevelCollection Class

Contains a collection of Level objects.

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

Syntax

'Declaration
<GuidAttribute("4F938311-F1F4-40f6-B577-EF25C5581E71")> _
Public NotInheritable Class LevelCollection _
    Inherits NamedComponentCollection
'Usage
Dim instance As LevelCollection
[GuidAttribute("4F938311-F1F4-40f6-B577-EF25C5581E71")]
public sealed class LevelCollection : NamedComponentCollection
[GuidAttribute(L"4F938311-F1F4-40f6-B577-EF25C5581E71")]
public ref class LevelCollection sealed : public NamedComponentCollection
[<SealedAttribute>]
[<GuidAttribute("4F938311-F1F4-40f6-B577-EF25C5581E71")>]
type LevelCollection =  
    class
        inherit NamedComponentCollection
    end
public final class LevelCollection extends NamedComponentCollection

Inheritance Hierarchy

System.Object
  Microsoft.AnalysisServices.ModelComponentCollection
    Microsoft.AnalysisServices.NamedComponentCollection
      Microsoft.AnalysisServices.LevelCollection

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.