IDataCubeServiceRemoveSchedule Method

Deletes any existing schedule for specified the data cube. A schedule will be deleted for the storage job associated with data cube tenant, or for non-tenant job otherwise.

Namespace:  Dundas.BI.Entities.DataCubes
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
Schedule RemoveSchedule(
	Guid dataCubeId,
	Guid? tenantId
)

Parameters

dataCubeId
Type: SystemGuid
The data cube ID.
tenantId
Type: SystemNullableGuid
The tenant ID.

Return Value

Type: Schedule
The deleted schedule object.
Exceptions
ExceptionCondition
ArgumentExceptiondataCubeId is Empty.
InvalidOperationExceptionThe schedule could not be deleted because it doesn't exist.
NotFoundExceptionThe specified data cube could not be found.
InvalidSessionExceptionThe caller context is not associated with a valid session.
Remarks
If tenantId is not provided, a schedule will be deleted for the storage job associated with data cube tenant, or for non-tenant job otherwise. If tenantId is provided, a schedule will be deleted for the storage job associated with that tenant.
See Also