DROP SET Statement (MDX)

Removes a named set.

Syntax

DROP SET 
   CURRENTCUBE | Cube_Name
      .Set_Name 
               [, Cube_Name.Set_Name ...n]

Arguments

  • Cube_Name
    A valid string expression that provides the name of the cube.

  • Set_Name
    A valid string expression that provides that name of the named set to be dropped.

Remarks

For more information about named sets, see Building Named Sets in MDX (MDX).

See Also

Other Resources