Open this page in the API Guide

IDataCubeService.IsTenantWarehouseScheduleSupported Method

Gets a value indicating whether a tenant-specific schedule is allowed for the specified data cube.

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 IsTenantWarehouseScheduleSupported(
	Guid dataCubeId,
	Guid tenantId
)

Parameters

dataCubeId
Type: System.Guid
The data cube ID.
tenantId
Type: System.Guid
The tenant ID.

Return Value

Type: Boolean
true if a tenant-specific schedule for the specified data cube is allowed; otherwise, false.
Exceptions
ExceptionCondition
ArgumentExceptiondataCubeId or tenantId is Empty.
NotFoundExceptionThe specified data cube or tenant was not found.
InvalidOperationExceptionThe specified data cube's storage type is None.
NoPrivilegeExceptionThe caller does not have write access to the specified data cube or tenant.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also