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) |