IDataCubeServiceGenerateDataInputDataCube Method |
Namespace:
Dundas.BI.Entities.DataCubes
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax DataCube GenerateDataInputDataCube(
Guid parentId,
PersistencePolicy persistencePolicy
)
Function GenerateDataInputDataCube (
parentId As Guid,
persistencePolicy As PersistencePolicy
) As DataCube
DataCube^ GenerateDataInputDataCube(
Guid parentId,
PersistencePolicy persistencePolicy
)
abstract GenerateDataInputDataCube :
parentId : Guid *
persistencePolicy : PersistencePolicy -> DataCube
Parameters
- parentId
- Type: SystemGuid
The ID of the parent file or folder. - persistencePolicy
- Type: Dundas.BI.EntitiesPersistencePolicy
A value indicating whether the entity should be created as persistent or transient.
Return Value
Type:
DataCubeThe newly created
DataCube.
Exceptions See Also