方法 | 定义方 | ||
---|---|---|---|
从架构创建 OLAP 多维数据集。 | IOLAPSchema | ||
返回按名称指定的多维数据集。 | IOLAPSchema |
cubes | 属性 |
cubes:IList
[只读 (read-only)] 此架构已知的所有多维数据集,作为 IOLAPCube 实例列表。返回的列表可能表示远程数据,因此可以引发 ItemPendingError。
public function get cubes():IList
createCube | () | 方法 |
public function createCube(name:String):IOLAPCube
从架构创建 OLAP 多维数据集。
参数
name:String — 多维数据集的名称。 |
IOLAPCube — IOLAPCube 实例。 |
getCube | () | 方法 |
public function getCube(name:String):IOLAPCube
返回按名称指定的多维数据集。
参数
name:String — 多维数据集的名称。 |
IOLAPCube — IOLAPCube 实例,或者如果一个也未找到则为 null。 |