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

Parameters

dataCubeId  Guid
The data cube ID.
tenantId  Guid
The tenant ID.

Return Value

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