IDataCubeServiceGetSchedule(Guid, NullableGuid) Method |
Gets the schedule if a task exists for the data cube.
Namespace: Dundas.BI.Entities.DataCubesAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
SyntaxSchedule GetSchedule(
Guid dataCubeId,
Guid? tenantId
)
Function GetSchedule (
dataCubeId As Guid,
tenantId As Guid?
) As Schedule
Schedule^ GetSchedule(
Guid dataCubeId,
Nullable<Guid> tenantId
)
abstract GetSchedule :
dataCubeId : Guid *
tenantId : Nullable<Guid> -> Schedule Parameters
- dataCubeId Guid
- The data cube ID.
- tenantId NullableGuid
- The tenant identifier.
Return Value
Schedule
The
Schedule associated with this data cube, or
if one does not exist.
Exceptions
Remarks
If the data cube is associated with a tenant and the tenantId parameter is null,
then the tenantId parameter is ignored.
See Also