PerspectiveMeasure 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示有关 PerspectiveMeasureGroup 元素中度量值的信息。 此类不能被继承。
[System.Runtime.InteropServices.Guid("D739F326-6B36-4683-B859-DE64F230F422")]
public sealed class PerspectiveMeasure : Microsoft.AnalysisServices.ModelComponent, ICloneable
[<System.Runtime.InteropServices.Guid("D739F326-6B36-4683-B859-DE64F230F422")>]
type PerspectiveMeasure = class
inherit ModelComponent
interface ICloneable
Public NotInheritable Class PerspectiveMeasure
Inherits ModelComponent
Implements ICloneable
- 继承
- 属性
- 实现
构造函数
PerspectiveMeasure() |
使用默认值初始化 PerspectiveMeasure 类的新实例。 |
PerspectiveMeasure(String) |
使用指定的度量值初始化 PerspectiveMeasure 的新实例。 |
属性
Annotations |
获取您可在其中存储自定义数据的集合。 (继承自 ModelComponent) |
FriendlyName |
获取 ModelComponent 的友好名称。 (继承自 ModelComponent) |
KeyForCollection |
获取集合中使用的键。 (继承自 ModelComponent) |
Measure |
获取与 PerspectiveMeasure 对象相关联的 Measure 对象。 |
MeasureID |
获取或设置与 PerspectiveMeasure 对象相关联的度量值。 |
OwningCollection |
获取或设置包含 ModelComponent 的集合。 (继承自 ModelComponent) |
Parent |
获取 PerspectiveMeasure 对象的父 PerspectiveMeasureGroup 对象。 |
ParentCube |
获取 PerspectiveMeasure 对象的父 Cube 对象。 |
ParentDatabase |
获取 PerspectiveMeasure 对象的父 Database 对象。 |
ParentPerspective |
获取 PerspectiveMeasure 对象的父 Perspective 对象。 |
ParentServer |
获取 PerspectiveMeasure 对象的父 Server 对象。 |
方法
显式接口实现
ICloneable.Clone() |
表示有关 PerspectiveMeasureGroup 元素中度量值的信息。 此类不能被继承。 |
IHostableComponent.Host |
表示有关 PerspectiveMeasureGroup 元素中度量值的信息。 此类不能被继承。 (继承自 ModelComponent) |
IModelComponent.FriendlyPath |
表示有关 PerspectiveMeasureGroup 元素中度量值的信息。 此类不能被继承。 (继承自 ModelComponent) |
IModelComponent.OwningCollection |
表示有关 PerspectiveMeasureGroup 元素中度量值的信息。 此类不能被继承。 (继承自 ModelComponent) |