MeasureGroupAttributeCollection 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示 MeasureGroupAttribute 对象集合。 此类不能被继承。
[System.Runtime.InteropServices.Guid("C1AC4669-8692-4318-A4E8-DF97F160240C")]
public sealed class MeasureGroupAttributeCollection : Microsoft.AnalysisServices.ModelComponentCollection
[<System.Runtime.InteropServices.Guid("C1AC4669-8692-4318-A4E8-DF97F160240C")>]
type MeasureGroupAttributeCollection = class
inherit ModelComponentCollection
Public NotInheritable Class MeasureGroupAttributeCollection
Inherits ModelComponentCollection
- 继承
- 属性
属性
Count |
在 ModelComponentCollection 中获取 ModelComponent 对象的数量。 (继承自 ModelComponentCollection) |
DemandLoadingService |
获取集合的需求加载服务。 (继承自 ModelComponentCollection) |
IsFixedSize |
获取指示 ModelComponentCollection 大小是否固定的值。 (继承自 ModelComponentCollection) |
IsReadOnly |
获取指示 ModelComponentCollection 是否是只读的值。 (继承自 ModelComponentCollection) |
IsSynchronized |
获取指示是否同步对 ModelComponentCollection 的访问的值(确保线程安全)。 (继承自 ModelComponentCollection) |
Item[Int32] |
从集合中的指定索引处获取 MeasureGroupAttribute。 |
Item[String] |
从集合中获取具有指定 AttributeID 的 MeasureGroupAttribute。 |
ItemsType |
获取可包含在 ModelComponentCollection 中的对象的类型。 (继承自 ModelComponentCollection) |
Parent |
获取 IModelComponentCollection 的父 IModelComponent。 (继承自 ModelComponentCollection) |
Preloadable |
获取一个值,该值指示是否可以预先加载集合。 (继承自 ModelComponentCollection) |
SyncRoot |
获取可用于同步对 ModelComponentCollection 的访问的对象。 (继承自 ModelComponentCollection) |
方法
事件
CollectionChanged |
在集合更改时发生。 (继承自 ModelComponentCollection) |
CollectionChanging |
在集合正在发生更改时发生。 (继承自 ModelComponentCollection) |