ModelComponentCollection Class

Contains a collection of ModelComponent objects.

네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

구문

‘선언
<GuidAttribute("74BB3312-550A-4f1f-BECF-80422AC163C6")> _
<DefaultMemberAttribute("Item")> _
Public MustInherit Class ModelComponentCollection
    Implements IModelComponentCollection, IList, ICollection, IEnumerable, _
    IOnDemandLoadableCollection
[GuidAttribute("74BB3312-550A-4f1f-BECF-80422AC163C6")] 
[DefaultMemberAttribute("Item")] 
public abstract class ModelComponentCollection : IModelComponentCollection, IList, ICollection, 
    IEnumerable, IOnDemandLoadableCollection
[GuidAttribute(L"74BB3312-550A-4f1f-BECF-80422AC163C6")] 
[DefaultMemberAttribute(L"Item")] 
public ref class ModelComponentCollection abstract : IModelComponentCollection, IList, ICollection, 
    IEnumerable, IOnDemandLoadableCollection
/** @attribute GuidAttribute("74BB3312-550A-4f1f-BECF-80422AC163C6") */ 
/** @attribute DefaultMemberAttribute("Item") */ 
public abstract class ModelComponentCollection implements IModelComponentCollection, IList, 
    ICollection, IEnumerable, IOnDemandLoadableCollection
GuidAttribute("74BB3312-550A-4f1f-BECF-80422AC163C6") 
DefaultMemberAttribute("Item") 
public abstract class ModelComponentCollection implements IModelComponentCollection, IList, 
    ICollection, IEnumerable, IOnDemandLoadableCollection

주의

The ModelComponentCollection abstract class is inherited by other collection classes in Analysis Management Objects (AMO).

Inheritance Hierarchy

System.Object
  Microsoft.AnalysisServices.ModelComponentCollection
     Derived Classes

스레드 보안

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

플랫폼

개발 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

대상 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

참고 항목

참조

ModelComponentCollection Members
Microsoft.AnalysisServices Namespace