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.
Платформы
Платформы разработки
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
Целевые платформы
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
См. также
Справочник
ModelComponentCollection Members
Microsoft.AnalysisServices Namespace