Analysis Services Programming
DROP ACTION Statement
This statement deletes an
BNF
<drop-action-statement> ::= DROP ACTION <action-name>
Example
The following example drops the action defined by the example in CREATE ACTION Statement:
DROP ACTION [Sales Cube].[Show Customer Details]