IDataCubeServiceGenerateDataCube Method |
| Name | Description | |
|---|---|---|
| GenerateDataCube(Guid, Guid, PersistencePolicy) |
Creates and saves a DataCube using a compatible structure as the starting SelectTransform. All the native structure elements are queried.
A final ResultTransform is added automatically and connected automatically.
| |
| GenerateDataCube(Guid, Guid, IEnumerableString, PersistencePolicy) |
Creates and saves a DataCube using a compatible structure as the starting SelectTransform.
A final ResultTransform is added automatically and connected automatically.
| |
| GenerateDataCube(String, Guid, Guid, EntityCreationOptions) |
Creates and saves a DataCube using a compatible structure as the starting SelectTransform. All the native structure elements are queried.
A final ResultTransform is added automatically and connected automatically.
| |
| GenerateDataCube(Guid, Guid, IEnumerableString, IEnumerableString, PersistencePolicy) |
Creates and saves a DataCube using a native structure as the starting SelectTransform.
A final ResultTransform is added automatically and connected automatically.
| |
| GenerateDataCube(String, Guid, Guid, IEnumerableString, EntityCreationOptions) |
Creates and saves a DataCube using a compatible structure as the starting SelectTransform.
A final ResultTransform is added automatically and connected automatically.
| |
| GenerateDataCube(String, Guid, Guid, IEnumerableString, IEnumerableString, EntityCreationOptions) |
Creates and saves a DataCube using a compatible structure as the starting SelectTransform.
A final ResultTransform is added automatically and connected automatically.
|