Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 921 Bytes

mdx-data-definition-drop-cell-calculation.md

File metadata and controls

36 lines (26 loc) · 921 Bytes
title description author ms.author ms.reviewer ms.date ms.service ms.subservice ms.topic ms.custom
DROP CELL CALCULATION Statement (MDX)
MDX Data Definition - DROP CELL CALCULATION
kfollis
kfollis
kfollis
02/17/2022
sql
analysis-services
reference
mdx

MDX Data Definition - DROP CELL CALCULATION

Removes the specified cell calculation.

Syntax

  
DROP [ SESSION ] CELL CALCULATION CURRENTCUBE | Cube_Name.CellCalc_Name  

Arguments

Cube_Name
A valid string expression that provides the name of a cube expression.

CellCalc_Name
A valid string expression that provides the name of the cell calculation to be dropped.

See Also

CREATE CELL CALCULATION Statement (MDX)
MDX Data Definition Statements (MDX)