IDataCubeServiceGenerateDataInputDataCube Method

Creates and saves a DataCube that contains a single DataInputTransform.

Namespace:  Dundas.BI.Entities.DataCubes
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
DataCube GenerateDataInputDataCube(
	Guid parentId,
	PersistencePolicy persistencePolicy
)

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: DataCube
The newly created DataCube.
Exceptions
ExceptionCondition
ArgumentExceptionparentId is Empty.
NoPrivilegeExceptionCaller does not have access to the specified data connector.
InvalidSessionExceptionThe caller context is not associated with a valid session.
NotFoundExceptionThe structure with the specified parentId does not exist.
See Also