%DeepSee.Model.namedSet
Class %DeepSee.Model.namedSet Extends %DeepSee.Model.node [ System = 3 ]
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.
Properties
cube
Relationship cube As %DeepSee.Model.cube(XMLPROJECTION = "none") [ Cardinality = one, Inverse = namedSets ];
Cube that this named set belongs to.
setExpression
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]".
Methods
%Validate
Method %Validate() As %Status
Test if this named set's definition is valid.