Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 882 Bytes

File metadata and controls

38 lines (28 loc) · 882 Bytes
title DROP MEMBER 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 MEMBER

Removes a calculated member.

Syntax

  
DROP MEMBER   
   CURRENTCUBE | Cube_Name  
      .Member_Name   
               [,CURRENTCUBE | Cube_Name.Member_Name ...n]  

Arguments

Cube_Name
A valid string expression that provides a cube name.

Member_Identifier
A valid string expression that provides a member name or member key.

See Also

CREATE MEMBER Statement (MDX)
MDX Data Definition Statements (MDX)