AggregationInstanceMeasure 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示有关 Aggregation 实例使用的度量值的信息。
[System.Runtime.InteropServices.Guid("3BC1F152-081A-42D4-9154-96B8F1E2E9C9")]
public class AggregationInstanceMeasure : Microsoft.AnalysisServices.ModelComponent, ICloneable
[<System.Runtime.InteropServices.Guid("3BC1F152-081A-42D4-9154-96B8F1E2E9C9")>]
type AggregationInstanceMeasure = class
inherit ModelComponent
interface ICloneable
Public Class AggregationInstanceMeasure
Inherits ModelComponent
Implements ICloneable
- 继承
- 属性
- 实现
构造函数
AggregationInstanceMeasure() |
使用默认值初始化 AggregationInstanceMeasure 的新实例。 |
AggregationInstanceMeasure(String) |
使用指定的度量值标识符初始化 AggregationInstanceMeasure 的新实例。 |
属性
Annotations |
获取您可在其中存储自定义数据的集合。 (继承自 ModelComponent) |
FriendlyName |
获取 AggregationInstanceMeasure 对象的友好名称。 |
KeyForCollection |
返回在集合中使用的键。 |
MeasureID |
获取或设置与 AggregationInstanceMeasure 关联的度量值的标识符。 |
OwningCollection |
获取或设置包含 ModelComponent 的集合。 (继承自 ModelComponent) |
Parent |
获取作为 ModelComponent 对象的父级的 IModelComponent 对象。 (继承自 ModelComponent) |
Source |
获取或设置用于聚合的表名(如果不同于与列绑定相关联的表)。 |
方法
显式接口实现
ICloneable.Clone() |
表示有关 Aggregation 实例使用的度量值的信息。 |
IHostableComponent.Host |
表示有关 Aggregation 实例使用的度量值的信息。 (继承自 ModelComponent) |
IModelComponent.FriendlyPath |
表示有关 Aggregation 实例使用的度量值的信息。 (继承自 ModelComponent) |
IModelComponent.OwningCollection |
表示有关 Aggregation 实例使用的度量值的信息。 (继承自 ModelComponent) |