IDataCubeServiceRemoveTenantCubeOverride Method

Removes a tenant processing schedule override.

Namespace:  Dundas.BI.Entities.DataCubes
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
void RemoveTenantCubeOverride(
	Guid dataCubeId,
	Guid tenantId
)

Parameters

dataCubeId
Type: SystemGuid
The data cube ID.
tenantId
Type: SystemGuid
The tenant ID.
Exceptions
ExceptionCondition
ArgumentExceptiondataCubeId is Empty.
NoPrivilegeExceptionThe caller has no required privileges for the specified data cube.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also