IDataCubeServiceGenerateDataCube Method

Overload List
  NameDescription
Public methodGenerateDataCube(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.
Public methodGenerateDataCube(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.
Public methodGenerateDataCube(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.
Public methodGenerateDataCube(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.
Public methodGenerateDataCube(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.
Public methodGenerateDataCube(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.
Top
See Also