MeasureGroupDimension 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示维度和度量值组之间的关系。 每个 MeasureGroupDimension 都是对主机多维数据集上的一个维度的引用,可定义哪些多维数据集维度应用于该度量值组。
[System.Runtime.InteropServices.Guid("9BD35E38-ED73-4d48-B3F7-7D18241C115C")]
public abstract class MeasureGroupDimension : Microsoft.AnalysisServices.ModelComponent, ICloneable
[<System.Runtime.InteropServices.Guid("9BD35E38-ED73-4d48-B3F7-7D18241C115C")>]
type MeasureGroupDimension = class
inherit ModelComponent
interface ICloneable
Public MustInherit Class MeasureGroupDimension
Inherits ModelComponent
Implements ICloneable
- 继承
- 派生
- 属性
- 实现
构造函数
MeasureGroupDimension() |
使用默认值初始化 MeasureGroupDimension 类的新实例。 |
MeasureGroupDimension(String) |
使用指定标识符初始化 MeasureGroupDimension 类的新实例。 |
属性
Annotations |
获取您可在其中存储自定义数据的集合。 (继承自 ModelComponent) |
CubeDimension |
获取与 MeasureGroupDimension 关联的多维数据集维度。 |
CubeDimensionID |
获取或设置多维数据集维度(即对特定维度角色的引用)的标识符。 |
Dimension |
获取 Dimension 的信息。 |
FriendlyName |
获取 MeasureGroupDimension 对象的友好名称。 |
KeyForCollection |
返回在集合中使用的键。 |
OwningCollection |
获取或设置包含 ModelComponent 的集合。 (继承自 ModelComponent) |
Parent |
获取 MeasureGroupDimension 对象的父 MeasureGroup 对象。 |
ParentCube |
获取 MeasureGroupDimension 对象的父 Cube 对象。 |
ParentDatabase |
获取 MeasureGroupDimension 对象的父 Database 对象。 |
ParentServer |
获取 MeasureGroupDimension 对象的父 Server 对象。 |
Source |
获取或设置与源对象(要从中获取数据)的绑定。 |
方法
显式接口实现
ICloneable.Clone() |
表示维度和度量值组之间的关系。 每个 MeasureGroupDimension 都是对主机多维数据集上的一个维度的引用,可定义哪些多维数据集维度应用于该度量值组。 |
IHostableComponent.Host |
表示维度和度量值组之间的关系。 每个 MeasureGroupDimension 都是对主机多维数据集上的一个维度的引用,可定义哪些多维数据集维度应用于该度量值组。 (继承自 ModelComponent) |
IModelComponent.FriendlyPath |
表示维度和度量值组之间的关系。 每个 MeasureGroupDimension 都是对主机多维数据集上的一个维度的引用,可定义哪些多维数据集维度应用于该度量值组。 (继承自 ModelComponent) |
IModelComponent.OwningCollection |
表示维度和度量值组之间的关系。 每个 MeasureGroupDimension 都是对主机多维数据集上的一个维度的引用,可定义哪些多维数据集维度应用于该度量值组。 (继承自 ModelComponent) |