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