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 (26.2.0.1000)
Syntax
Schedule RemoveSchedule(
	Guid dataCubeId,
	Guid? tenantId
)

Parameters

dataCubeId  Guid
The data cube ID.
tenantId  NullableGuid
The tenant ID.

Return Value

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