AggregationAttribute 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将 DimensionAttribute 定义为 Aggregation 的一部分。 此类不能被继承。
[System.Runtime.InteropServices.Guid("DD4570BB-F7D2-4d1b-8FF7-E37504E8FC27")]
public sealed class AggregationAttribute : Microsoft.AnalysisServices.ModelComponent, ICloneable
[<System.Runtime.InteropServices.Guid("DD4570BB-F7D2-4d1b-8FF7-E37504E8FC27")>]
type AggregationAttribute = class
inherit ModelComponent
interface ICloneable
Public NotInheritable Class AggregationAttribute
Inherits ModelComponent
Implements ICloneable
- 继承
- 属性
- 实现
构造函数
AggregationAttribute() |
使用默认值初始化 AggregationAttribute 类的新实例。 |
AggregationAttribute(String) |
使用 DimensionAttribute 的 attributeID 初始化 AggregationAttribute 的新实例。 |
属性
Annotations |
获取您可在其中存储自定义数据的集合。 (继承自 ModelComponent) |
Attribute |
获取分配给 Aggregation 的 DimensionAttribute。 |
AttributeID |
获取或设置与 Aggregation 关联的 DimensionAttribute 的 AttributeID。 |
CubeAttribute |
获取将当前 AggregationAttribute 关联到父多维数据集的 CubeAttribute。 |
FriendlyName |
获取 ModelComponent 的友好名称。 (继承自 ModelComponent) |
KeyForCollection |
获取集合中使用的键。 (继承自 ModelComponent) |
OwningCollection |
获取或设置包含 ModelComponent 的集合。 (继承自 ModelComponent) |
Parent |
获取 AggregationAttribute 对象的父 AggregationDimension 对象。 |
ParentAggregation |
获取 AggregationAttribute 对象的父 Aggregation 对象。 |
ParentAggregationDesign |
获取 AggregationAttribute 对象的父 AggregationDesign 对象。 |
ParentCube |
获取 AggregationAttribute 对象的父 Cube 对象。 |
ParentDatabase |
获取 AggregationAttribute 对象的父 Database 对象。 |
ParentMeasureGroup |
获取 AggregationAttribute 对象的父 MeasureGroup 对象。 |
ParentServer |
获取 AggregationAttribute 对象的父 Server 对象。 |
方法
显式接口实现
ICloneable.Clone() |
将 DimensionAttribute 定义为 Aggregation 的一部分。 此类不能被继承。 |
IHostableComponent.Host |
将 DimensionAttribute 定义为 Aggregation 的一部分。 此类不能被继承。 (继承自 ModelComponent) |
IModelComponent.FriendlyPath |
将 DimensionAttribute 定义为 Aggregation 的一部分。 此类不能被继承。 (继承自 ModelComponent) |
IModelComponent.OwningCollection |
将 DimensionAttribute 定义为 Aggregation 的一部分。 此类不能被继承。 (继承自 ModelComponent) |