%DeepSee.Query.namedSet
Class %DeepSee.Query.namedSet Extends set [ System = 3 ]
This represents a named set within an MDX query.
Properties
name
Property name As %DeepSee.Datatype.string(MAXLEN = 1000, XMLPROJECTION = "attribute");
Name of this named set.
definition
Property definition As %DeepSee.Datatype.string(MAXLEN = 1000, XMLPROJECTION = "none");
Original definition of this named set. Used when creating subqueries.
origin
Property origin As %DeepSee.Datatype.string(MAXLEN = 50, VALUELIST = ",query,cube,session", XMLPROJECTION = "none") [ InitialExpression = "query", Internal ];
This specifies where this named set was defined.
Methods
%GetMemberProvider
Method %GetMemberProvider() As %DeepSee.Query.member
Return the member provider object associated with this node.