IDataCubeServiceDeleteDataCubeJoin Method (Guid, Guid, EntitySaveOptions)

Allows the user to delete the specified join or select transform from the DataCube definition.

Namespace:  Dundas.BI.Entities.DataCubes
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
bool DeleteDataCubeJoin(
	Guid dataCubeId,
	Guid transformId,
	EntitySaveOptions entitySaveOptions
)

Parameters

dataCubeId
Type: SystemGuid
The data cube ID.
transformId
Type: SystemGuid
The join transform ID to be deleted.
entitySaveOptions
Type: Dundas.BI.EntitiesEntitySaveOptions
The entity save options.

Return Value

Type: Boolean
if the operation was successful, otherwise .
Exceptions
ExceptionCondition
ArgumentExceptiondataCubeId or transformId is Empty.
InvalidOperationExceptionThe specified transform cannot be deleted outside the Data Cube Designer.
NoPrivilegeExceptionCaller does not have access to the specified data cube.
InvalidSessionExceptionThe caller context is not associated with a valid session.
NotFoundExceptionThe data cube with the specified ID does not exist.
See Also