Analysis Services Programming
DROP SET Statement
This statement deletes a user-defined set that has been defined for the session.
BNF
<drop-set-statement> ::= DROP SET <cube-name>.<set-name>
Example
The following examples drop the named set statements created by the examples in CREATE SET Statement:
DROP SET [Sales].[TopStores]
CREATE SET [Sales].[NorthwesternStores]