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
)
Function DeleteDataCubeJoin (
dataCubeId As Guid,
transformId As Guid,
entitySaveOptions As EntitySaveOptions
) As Boolean
bool DeleteDataCubeJoin(
Guid dataCubeId,
Guid transformId,
EntitySaveOptions^ entitySaveOptions
)
abstract DeleteDataCubeJoin :
dataCubeId : Guid *
transformId : Guid *
entitySaveOptions : EntitySaveOptions -> bool
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 See Also