Measure 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
定义为其获取聚合的事实属性。 此类不能被继承。
[System.Runtime.InteropServices.Guid("0BFFF8F1-34F2-4408-8218-29E5D6E66014")]
public sealed class Measure : Microsoft.AnalysisServices.NamedComponent, ICloneable
[<System.Runtime.InteropServices.Guid("0BFFF8F1-34F2-4408-8218-29E5D6E66014")>]
type Measure = class
inherit NamedComponent
interface ICloneable
Public NotInheritable Class Measure
Inherits NamedComponent
Implements ICloneable
- 继承
- 属性
- 实现
构造函数
Measure() |
使用默认值初始化 Measure 的新实例。 |
Measure(String) |
使用指定的名称初始化 Measure 的新实例。 |
Measure(String, String) |
使用指定的名称和标识符初始化 Measure 的新实例。 |
字段
MaxIDLength |
指定标识符的最大长度。 (继承自 NamedComponent) |
MaxNameLength |
指定名称的最大长度。 (继承自 NamedComponent) |
属性
AggregateFunction |
获取或设置应用于当前度量值的聚合函数。 |
Annotations |
获取您可在其中存储自定义数据的集合。 (继承自 ModelComponent) |
BackColor |
针对 Measure 的显示获取或设置 BackColor。 |
DataType |
获取或设置当前的度量值数据类型。 |
Description |
获取或设置组件的说明。 (继承自 NamedComponent) |
DisplayFolder |
获取或设置 Measure 的 DisplayFolder 信息,供客户端使用。 |
FontFlags |
获取或设置 Measure 的 FontFlags 信息,供客户端使用。 |
FontName |
获取或设置 Measure 的 FontName 信息,供客户端使用。 |
FontSize |
获取或设置 Measure 的 FontSize 信息,供客户端使用。 |
ForeColor |
获取或设置 Measure 的 ForeColor 信息,供客户端使用。 |
FormatString |
获取或设置 Measure 的 FormatString 信息,供客户端使用。 |
FriendlyName |
获取组件的用户友好名称。 (继承自 NamedComponent) |
ID |
获取或设置组件的标识符。 (继承自 NamedComponent) |
IsLinked |
获取一个指示,指明是否已链接当前度量值。 |
KeyForCollection |
获取集合中使用的键。 (继承自 NamedComponent) |
MeasureExpression |
获取或设置度量值表达式。 |
Name |
获取或设置组件的名称。 (继承自 NamedComponent) |
OwningCollection |
获取或设置包含 ModelComponent 的集合。 (继承自 ModelComponent) |
Parent |
获取 Measure 对象的父 MeasureGroup 对象。 |
ParentCube | |
ParentDatabase | |
ParentServer | |
Site |
获取或设置与组件关联的站点。 (继承自 NamedComponent) |
SiteID |
获取或设置与组件关联的站点的标识符。 (继承自 NamedComponent) |
Source |
获取或设置当前度量值的源数据项。 |
Translations |
获取当前度量值的翻译集合。 |
Visible |
获取或设置一个指示,指明 Measure 是否应对客户端可见。 |
方法
显式接口实现
ICloneable.Clone() |
定义为其获取聚合的事实属性。 此类不能被继承。 |
IFormattable.ToString(String, IFormatProvider) |
定义为其获取聚合的事实属性。 此类不能被继承。 (继承自 NamedComponent) |
IHostableComponent.Host |
定义为其获取聚合的事实属性。 此类不能被继承。 (继承自 ModelComponent) |
IModelComponent.FriendlyPath |
定义为其获取聚合的事实属性。 此类不能被继承。 (继承自 ModelComponent) |
IModelComponent.OwningCollection |
定义为其获取聚合的事实属性。 此类不能被继承。 (继承自 ModelComponent) |