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 (9.0.0.1000)
Syntaxvoid RemoveTenantCubeOverride(
Guid dataCubeId,
Guid tenantId
)
Sub RemoveTenantCubeOverride (
dataCubeId As Guid,
tenantId As Guid
)
void RemoveTenantCubeOverride(
Guid dataCubeId,
Guid tenantId
)
abstract RemoveTenantCubeOverride :
dataCubeId : Guid *
tenantId : Guid -> unit
Parameters
- dataCubeId
- Type: SystemGuid
The data cube ID. - tenantId
- Type: SystemGuid
The tenant ID.
Exceptions| Exception | Condition |
|---|
| ArgumentException | dataCubeId is Empty. |
| NoPrivilegeException | The caller has no required privileges for the specified data cube. |
| InvalidSessionException | The caller context is not associated with a valid session. |
See Also