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