Open this page in the API Guide

IDataCubeService.DeleteDataCubeJoin 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 (25.1.0.1000)
Syntax
bool DeleteDataCubeJoin(
	Guid dataCubeId,
	Guid transformId,
	EntitySaveOptions entitySaveOptions
)

Parameters

dataCubeId
Type: System.Guid
The data cube ID.
transformId
Type: System.Guid
The join transform ID to be deleted.
entitySaveOptions
Type: Dundas.BI.Entities.EntitySaveOptions
The entity save options.

Return Value

Type: Boolean
true if the operation was successful, otherwise false.
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