mx.olap 包中具有用于创建 OLAPDataGrid 控件所使用的 OLAP 架构和 OLAP 查询的类。
| 接口 | 说明 | |
|---|---|---|
| IOLAPAttribute | IOLAPAttribute 接口表示 OLAP 架构的维度中的属性。 | |
| IOLAPAxisPosition | IOLAPAxisPosition 接口表示 OLAP 轴上的位置。 | |
| IOLAPCell | IOLAPCell 接口表示 OLAPResult 实例中的单元格。 | |
| IOLAPCube | IOLAPCube 接口表示保留平构数据集的 N 维表示形式的 OLAP 多维数据集。 | |
| IOLAPCustomAggregator | IOLAPCustomAggregator 接口定义由自定义聚合器类实现的接口。 | |
| IOLAPDimension | IOLAPDimension 接口表示 IOLAPCube 实例中的维度。 | |
| IOLAPElement | IOLAPElement 接口定义为全部 OLAP 元素提供常用属性的基本接口。 | |
| IOLAPHierarchy | IOLAPHierarchy 接口表示 OLAP 架构的维度中用户定义的层次结构。 | |
| IOLAPLevel | IOLAPLevel 接口表示 OLAP 多维数据集的 OLAP 架构中级别,其中维度的层次结构包含一个或多个级别。 | |
| IOLAPMember | IOLAPMember 接口提供 OLAP 架构的一个层次的成员。 | |
| IOLAPQuery | IOLAPQuery 接口表示在 IOLAPCube 上执行的 OLAP 查询。 | |
| IOLAPQueryAxis | IOLAPQueryAxis 接口表示 OLAP 查询的轴。 | |
| IOLAPResult | IOLAPResult 接口表示 OLAP 多维数据集上的查询结果。 | |
| IOLAPResultAxis | IOLAPResultAxis 接口用于表示 OLAP 查询结果的轴。 | |
| IOLAPSchema | IOLAPSchema 接口表示 OLAP 架构。 | |
| IOLAPSet | IOLAPSet 接口表示一个集,该集用于配置 OLAP 查询的轴。 | |
| IOLAPTuple | IOLAPTuple 接口表示 tuple。 |
| 类 | 说明 | |
|---|---|---|
| OLAPAttribute | OLAPAttribute 类提供 OLAPDimension 的单个属性。 | |
| OLAPAxisPosition | OLAPAxisPosition 类提供 OLAP 查询结果的结果轴上的位置。 | |
| OLAPCell | OLAPCell 类表示 OLAPResult 实例中的单元格。 | |
| OLAPCube | OLAPCube 类表示 OLAP 多维数据集。 | |
| OLAPDimension | OLAPDimension 类表示 OLAP 多维数据集的维度。 | |
| OLAPElement | OLAPElement 类定义为 OLAP 元素提供常用属性的基本接口。 | |
| OLAPHierarchy | OLAPHierarchy 类提供 OLAP 多维数据集架构的层次结构。 | |
| OLAPLevel | OLAPLevel 类表示 OLAP 多维数据集中的级别。 | |
| OLAPMeasure | OLAPMeasure 类表示 OLAP 多维数据集架构的测量维度的成员。 | |
| OLAPMember | OLAPMember 类表示 OLAP 维度的成员。 | |
| OLAPQuery | OLAPQuery 接口表示在 IOLAPCube 上执行的 OLAP 查询。 | |
| OLAPQueryAxis | OLAPQueryAxis 接口表示 OLAP 查询的轴。 | |
| OLAPResult | OLAPResult 类表示 OLAP 多维数据集上的查询结果。 | |
| OLAPResultAxis | OLAPResultAxis 类表示 OLAP 查询的结果的轴。 | |
| OLAPSchema | OLAPSchema 类表示 OLAP 多维数据集。 | |
| OLAPSet | OLAPSet 类表示集,该集可用于配置 OLAP 查询的轴。 | |
| OLAPTrace | OLAPTrace 类控制 OLAP 类生成并写入日志文件的跟踪信息的生成。 | |
| OLAPTuple | OLAPTuple 类指供指向 OLAP 多维数据集单元格的 tuple 表达式。 |