Analysis Services Programming
DROP MEMBER Statement
This statement deletes a
BNF
<drop-member-statement> ::= DROP MEMBER <cube-name>.<fully-qualified-member-name>
Example
The following example drops a named set created by the first example in CREATE MEMBER Statement:
DROP MEMBER [Warehouse].[Measures].[warehouseprofit]