IDataCubeServiceGetSchedule Method (Guid, NullableGuid) | 
 
            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 (25.3.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
 - Type: SystemGuid
The data cube ID. - tenantId
 - Type: SystemNullableGuid
The tenant identifier. 
Return Value
Type: 
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