class %DeepSee.Model.namedSet
extends %DeepSee.Model.node
Meta-data object that represents a named set within a DeepSee cube.
At query processing time, references to a named set are replaced with the
setExpression that defines the set.
relationship cube
as %DeepSee.Model.cube(XMLPROJECTION="none") [ Inverse = namedSets,Cardinality = one ];
Cube that this named set belongs to.
property setExpression
as %DeepSee.Datatype.string(MAXLEN=32000,XMLPROJECTION="attribute");
MDX expression that defines the members of this named set.
This expression must evaluate to a member or set of members:
e.g., "[City].Members" or "[City].[Boston]".
method %Validate()
as %Status
Test if this named set's definition is valid.