IDataCubeServiceIsTenantWarehouseScheduleSupported 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 (24.3.0.1000)
Syntax
bool IsTenantWarehouseScheduleSupported(
	Guid dataCubeId,
	Guid tenantId
)

Parameters

dataCubeId
Type: SystemGuid
The data cube ID.
tenantId
Type: SystemGuid
The tenant ID.

Return Value

Type: Boolean
if a tenant-specific schedule for the specified data cube is allowed; otherwise, .
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