DROP CELL CALCULATION Statement (MDX)

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

Reference

CREATE CELL CALCULATION Statement (MDX)

Other Resources

MDX Data Definition Statements (MDX)

Help and Information

Getting SQL Server 2005 Assistance

Change History

Release History

17 July 2006

Changed content:
  • Updated syntax and arguments to improve clarity.