IDataCubeServiceGetSchedule(Guid) Method

Gets the schedule if a task exists for the 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
Schedule GetSchedule(
	Guid dataCubeId
)

Parameters

dataCubeId  Guid
The data cube ID.

Return Value

Schedule
The Schedule associated with this data cube, or if one does not exist.
Exceptions
ExceptionCondition
ArgumentExceptiondataCubeId is Empty.
NotFoundExceptionThe specified data cube could not be found.
NoPrivilegeExceptionThe caller does not have Read access to the specified data cube.
InvalidSessionExceptionThe caller context is not associated with a valid session.
Remarks
If the data cube is associated with a tenant and the tenantId parameter is null, then the tenantId parameter is ignored.
See Also