Share via


LevelCollection 클래스

Contains a collection of Level objects.

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices.dll의 Microsoft.AnalysisServices

구문

‘선언
<GuidAttribute("4F938311-F1F4-40f6-B577-EF25C5581E71")> _
Public NotInheritable Class LevelCollection _
    Inherits NamedComponentCollection
‘사용 방법
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

상속 계층 구조

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

스레드로부터의 안전성

이 형식의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.