Condividi tramite


ModelComponentCollection Class

Contains a collection of ModelComponent objects.

Spazio dei nomi: Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Sintassi

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

Osservazioni

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.

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

ModelComponentCollection Members
Microsoft.AnalysisServices Namespace