Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 764 Bytes

File metadata and controls

32 lines (23 loc) · 764 Bytes
title DROP SUBCUBE 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 SUBCUBE

Drops a specified subcube, reverting to the previously defined cube or subcube definition with the specified name.

Syntax

  
DROP SUBCUBE Subcube_Name   

Arguments

Subcube_Name
A valid string expression that provides a subcube name.

See Also

MDX Scripting Statements (MDX)
CREATE SUBCUBE Statement (MDX)