NamedComponentCollection 클래스

Contains a collection of INamedComponent objects.

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

구문

‘선언
<GuidAttribute("4CF930A2-FED5-48c0-AC50-DD4FBDA3E6A8")> _
Public MustInherit Class NamedComponentCollection _
    Inherits ModelComponentCollection _
    Implements INamedComponentCollection, IModelComponentCollection, ICollection, IEnumerable
‘사용 방법
Dim instance As NamedComponentCollection
[GuidAttribute("4CF930A2-FED5-48c0-AC50-DD4FBDA3E6A8")]
public abstract class NamedComponentCollection : ModelComponentCollection, 
    INamedComponentCollection, IModelComponentCollection, ICollection, IEnumerable
[GuidAttribute(L"4CF930A2-FED5-48c0-AC50-DD4FBDA3E6A8")]
public ref class NamedComponentCollection abstract : public ModelComponentCollection, 
    INamedComponentCollection, IModelComponentCollection, ICollection, IEnumerable
[<AbstractClassAttribute>]
[<GuidAttribute("4CF930A2-FED5-48c0-AC50-DD4FBDA3E6A8")>]
type NamedComponentCollection =  
    class
        inherit ModelComponentCollection
        interface INamedComponentCollection
        interface IModelComponentCollection
        interface ICollection
        interface IEnumerable
    end
public abstract class NamedComponentCollection extends ModelComponentCollection implements INamedComponentCollection, IModelComponentCollection, ICollection, IEnumerable

상속 계층 구조

System. . :: . .Object
  Microsoft.AnalysisServices. . :: . .ModelComponentCollection
    Microsoft.AnalysisServices..::..NamedComponentCollection
      Microsoft.AnalysisServices. . :: . .ActionCollection
      Microsoft.AnalysisServices. . :: . .AggregationCollection
      Microsoft.AnalysisServices. . :: . .AggregationInstanceCollection
      Microsoft.AnalysisServices. . :: . .CubeDimensionCollection
      Microsoft.AnalysisServices. . :: . .DimensionAttributeCollection
      Microsoft.AnalysisServices. . :: . .HierarchyCollection
      Microsoft.AnalysisServices. . :: . .KpiCollection
      Microsoft.AnalysisServices. . :: . .LevelCollection
      Microsoft.AnalysisServices. . :: . .MajorObjectCollection
      Microsoft.AnalysisServices. . :: . .MeasureCollection
      Microsoft.AnalysisServices. . :: . .MiningModelColumnCollection
      Microsoft.AnalysisServices. . :: . .MiningStructureColumnCollection

스레드로부터의 안전성

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