Skip to content

Latest commit

 

History

History
58 lines (49 loc) · 1.53 KB

File metadata and controls

58 lines (49 loc) · 1.53 KB
title DROP CELL CALCULATION Statement (MDX) | Microsoft Docs
ms.custom
ms.date 03/02/2016
ms.prod sql-server-2016
ms.reviewer
ms.suite
ms.technology
analysis-services
ms.tgt_pltfrm
ms.topic language-reference
f1_keywords
Calculation
DROP
DROP_CELL_CALCULATION
CELL CALCULATION
DROP CELL
cell
DROP CELL CALCULATION
dev_langs
kbMDX
helpviewer_keywords
deleting calculations
dropping calculations
removing calculations
DROP CELL CALCULATION statement
calculations [SQL Server]
cubes [Analysis Services], calculations
ms.assetid 77caedf4-dd96-4eac-a5e4-fd82148a44a7
caps.latest.revision 29
author Minewiskan
ms.author owend
manager erikre

MDX Data Definition - DROP CELL CALCULATION

[!INCLUDEtsql-appliesto-ss2008-xxxx-xxxx-xxx_md]

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)