IDataCubeServiceGetSchedule Method (Guid) | 
 
            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
)
Function GetSchedule ( 
	dataCubeId As Guid
) As Schedule
Schedule^ GetSchedule(
	Guid dataCubeId
)
abstract GetSchedule : 
        dataCubeId : Guid -> Schedule 
Parameters
- dataCubeId
 - Type: SystemGuid
The data cube ID. 
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