MDX Data Definition - DROP ACTION

Deletes a specified action from a specified cube.

Syntax

  
DROP ACTION CURRENTCUBE | Cube_Name  
   .Action_Name   

Arguments

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.

See Also

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