| title | DROP ACTION Statement (MDX) |
|---|---|
| description | MDX Data Definition - DROP ACTION |
| ms.date | 02/17/2022 |
| ms.service | sql |
| ms.subservice | analysis-services |
| ms.topic | reference |
| ms.custom | mdx |
Deletes a specified action from a specified cube.
DROP ACTION CURRENTCUBE | Cube_Name
.Action_Name
Cube_Name
A valid string expression that provides the cube name.
Action_Name
A valid string expression that provides the name of the action being dropped.
CREATE ACTION Statement (MDX)
MDX Data Definition Statements (MDX)