AggregationDimension 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示维度和聚合之间的关系。 此类不能被继承。
[System.Runtime.InteropServices.Guid("7B5E1329-C951-4dbd-A404-11050D15280A")]
public sealed class AggregationDimension : Microsoft.AnalysisServices.ModelComponent, ICloneable
[<System.Runtime.InteropServices.Guid("7B5E1329-C951-4dbd-A404-11050D15280A")>]
type AggregationDimension = class
inherit ModelComponent
interface ICloneable
Public NotInheritable Class AggregationDimension
Inherits ModelComponent
Implements ICloneable
- 继承
- 属性
- 实现
构造函数
| AggregationDimension() |
使用默认值初始化 AggregationDimension 类的新实例。 |
| AggregationDimension(String) |
使用指定的多维数据集维度标识符初始化 AggregationDimension 类的新实例。 |
属性
| Annotations |
获取您可在其中存储自定义数据的集合。 (继承自 ModelComponent) |
| Attributes |
获取关联 AggregationDimension 的属性集合。 |
| CubeDimension |
获取 AggregationDimension 对应的父 CubeDimension。 |
| CubeDimensionID |
获取或设置与父元素关联的 CubeDimension 元素的标识符。 |
| Dimension |
获取 AggregationDimension 对象对应的 Dimension 对象。 |
| FriendlyName |
获取 ModelComponent 的友好名称。 (继承自 ModelComponent) |
| KeyForCollection |
获取集合中使用的键。 (继承自 ModelComponent) |
| MeasureGroupDimension |
获取 AggregationDimension 中的维度和度量值组之间的关系。 |
| OwningCollection |
获取或设置包含 ModelComponent 的集合。 (继承自 ModelComponent) |
| Parent |
获取 AggregationDimension 对象的父 Aggregation 对象。 |
| ParentAggregationDesign |
获取 AggregationDimension 对象的父 AggregationDesign 对象。 |
| ParentCube |
获取 AggregationDimension 对象的父 Cube 对象。 |
| ParentDatabase |
获取 AggregationDimension 对象的父 Database 对象。 |
| ParentMeasureGroup |
获取 AggregationDimension 对象的父 MeasureGroup 对象。 |
| ParentServer |
获取 AggregationDimension 对象的父 Server 对象。 |
方法
显式接口实现
| ICloneable.Clone() |
表示维度和聚合之间的关系。 此类不能被继承。 |
| IHostableComponent.Host |
表示维度和聚合之间的关系。 此类不能被继承。 (继承自 ModelComponent) |
| IModelComponent.FriendlyPath |
表示维度和聚合之间的关系。 此类不能被继承。 (继承自 ModelComponent) |
| IModelComponent.OwningCollection |
表示维度和聚合之间的关系。 此类不能被继承。 (继承自 ModelComponent) |