Класс NamedComponentCollection
Contains a collection of INamedComponent objects.
Иерархия наследования
System. . :: . .Object
Microsoft.AnalysisServices. . :: . .ModelComponentCollection
Microsoft.AnalysisServices..::..NamedComponentCollection
Подробнее...
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
<GuidAttribute("4CF930A2-FED5-48c0-AC50-DD4FBDA3E6A8")> _
Public MustInherit Class NamedComponentCollection _
Inherits ModelComponentCollection _
Implements INamedComponentCollection, IModelComponentCollection, ICollection, IEnumerable
'Применение
Dim instance As NamedComponentCollection
[GuidAttribute("4CF930A2-FED5-48c0-AC50-DD4FBDA3E6A8")]
public abstract class NamedComponentCollection : ModelComponentCollection,
INamedComponentCollection, IModelComponentCollection, ICollection, IEnumerable
[GuidAttribute(L"4CF930A2-FED5-48c0-AC50-DD4FBDA3E6A8")]
public ref class NamedComponentCollection abstract : public ModelComponentCollection,
INamedComponentCollection, IModelComponentCollection, ICollection, IEnumerable
[<AbstractClassAttribute>]
[<GuidAttribute("4CF930A2-FED5-48c0-AC50-DD4FBDA3E6A8")>]
type NamedComponentCollection =
class
inherit ModelComponentCollection
interface INamedComponentCollection
interface IModelComponentCollection
interface ICollection
interface IEnumerable
end
public abstract class NamedComponentCollection extends ModelComponentCollection implements INamedComponentCollection, IModelComponentCollection, ICollection, IEnumerable
Тип NamedComponentCollection обеспечивает доступ к следующим элементам.
Свойства
Имя | Описание | |
---|---|---|
Count | Gets the number of ModelComponent objects in the ModelComponentCollection. (Производный от ModelComponentCollection.) | |
DemandLoadingService | Инфраструктура. (Производный от ModelComponentCollection.) | |
IsFixedSize | Gets a value indicating whether the ModelComponentCollection has a fixed size. (Производный от ModelComponentCollection.) | |
IsReadOnly | Gets a value indicating whether the ModelComponentCollection is read-only. (Производный от ModelComponentCollection.) | |
IsSynchronized | Gets a value indicating whether access to the ModelComponentCollection is synchronized (thread-safe). (Производный от ModelComponentCollection.) | |
Item | Gets the IModelComponent at the specified index. (Производный от ModelComponentCollection.) | |
ItemsType | Gets the Type of objects that can be contained by the ModelComponentCollection. (Производный от ModelComponentCollection.) | |
Parent | Gets the IModelComponent that contains the ModelComponentCollection. (Производный от ModelComponentCollection.) | |
Preloadable | Инфраструктура. (Производный от ModelComponentCollection.) | |
SyncRoot | Gets an object that can be used to synchronize access to the ModelComponentCollection. (Производный от ModelComponentCollection.) |
В начало
Методы
В начало
События
Имя | Описание | |
---|---|---|
CollectionChanged | Инфраструктура. (Производный от ModelComponentCollection.) | |
CollectionChanging | Инфраструктура. (Производный от ModelComponentCollection.) |
В начало
Явные реализации интерфейса
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.
Иерархия наследования
System. . :: . .Object
Microsoft.AnalysisServices. . :: . .ModelComponentCollection
Microsoft.AnalysisServices..::..NamedComponentCollection
Microsoft.AnalysisServices. . :: . .ActionCollection
Microsoft.AnalysisServices. . :: . .AggregationCollection
Microsoft.AnalysisServices. . :: . .AggregationInstanceCollection
Microsoft.AnalysisServices. . :: . .CubeDimensionCollection
Microsoft.AnalysisServices. . :: . .DimensionAttributeCollection
Microsoft.AnalysisServices. . :: . .HierarchyCollection
Microsoft.AnalysisServices. . :: . .KpiCollection
Microsoft.AnalysisServices. . :: . .LevelCollection
Microsoft.AnalysisServices. . :: . .MajorObjectCollection
Microsoft.AnalysisServices. . :: . .MeasureCollection
Microsoft.AnalysisServices. . :: . .MiningModelColumnCollection
Microsoft.AnalysisServices. . :: . .MiningStructureColumnCollection