ModelComponentCollection Class

Contains a collection of ModelComponent objects.

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

Syntax

'Declaration
<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

Remarks

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

Inheritance Hierarchy

System.Object
  Microsoft.AnalysisServices.ModelComponentCollection
     Derived Classes

Thread Safety

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.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

ModelComponentCollection Members
Microsoft.AnalysisServices Namespace