Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.02 KB

File metadata and controls

42 lines (29 loc) · 1.02 KB
title DROP SET Statement (MDX) | Microsoft Docs
ms.date 06/04/2018
ms.prod sql
ms.technology analysis-services
ms.custom mdx
ms.topic reference
ms.author owend
ms.reviewer owend
author minewiskan

MDX Data Definition - DROP SET

Removes a named set.

Syntax

  
DROP [SESSION] SET   
   <Cube_Reference>.Set_Name   
               [,<Cube_Reference>.Set_Name ...n]  
  
<Cube_Reference> ::= {CURRENTCUBE | Cube_Name}  
  

Arguments

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

Set_Name
A valid string expression that provides that name of the named set to be dropped.

Remarks

For more information about named sets, see Building Named Sets in MDX (MDX).

See Also

MDX Data Definition Statements (MDX)