IDataCubeServiceGenerateDataCube Method (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.
            
 
    Namespace: 
   Dundas.BI.Entities.DataCubes
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
SyntaxDataCube GenerateDataCube(
	Guid parentId,
	Guid structureId,
	PersistencePolicy persistencePolicy
)
Function GenerateDataCube ( 
	parentId As Guid,
	structureId As Guid,
	persistencePolicy As PersistencePolicy
) As DataCube
DataCube^ GenerateDataCube(
	Guid parentId, 
	Guid structureId, 
	PersistencePolicy persistencePolicy
)
abstract GenerateDataCube : 
        parentId : Guid * 
        structureId : Guid * 
        persistencePolicy : PersistencePolicy -> DataCube 
Parameters
- parentId
 - Type: SystemGuid
The ID of the parent file or folder. - structureId
 - Type: SystemGuid
The structure ID. - 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