Класс AggregationInstanceAttributeCollection
Contains a collection of AggregationInstanceAttribute objects. This class cannot be inherited.
Иерархия наследования
System. . :: . .Object
Microsoft.AnalysisServices. . :: . .ModelComponentCollection
Microsoft.AnalysisServices..::..AggregationInstanceAttributeCollection
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
<GuidAttribute("F18562C1-AFF5-4c09-B53A-CD360661BA16")> _
Public NotInheritable Class AggregationInstanceAttributeCollection _
Inherits ModelComponentCollection
'Применение
Dim instance As AggregationInstanceAttributeCollection
[GuidAttribute("F18562C1-AFF5-4c09-B53A-CD360661BA16")]
public sealed class AggregationInstanceAttributeCollection : ModelComponentCollection
[GuidAttribute(L"F18562C1-AFF5-4c09-B53A-CD360661BA16")]
public ref class AggregationInstanceAttributeCollection sealed : public ModelComponentCollection
[<SealedAttribute>]
[<GuidAttribute("F18562C1-AFF5-4c09-B53A-CD360661BA16")>]
type AggregationInstanceAttributeCollection =
class
inherit ModelComponentCollection
end
public final class AggregationInstanceAttributeCollection extends ModelComponentCollection
Тип AggregationInstanceAttributeCollection обеспечивает доступ к следующим элементам.
Свойства
Имя | Описание | |
---|---|---|
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[ ( [ ( Int32] ) ] ) | Gets the specified AggregationInstanceAttribute object from the collection at the index. | |
Item[ ( [ ( String] ) ] ) | Gets the specified AggregationInstanceAttribute object. | |
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.) |
В начало
Явные реализации интерфейса
В начало
Замечания
Добавления: 17 июля 2006 г.
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.