Version 24.2 (latest)

MdxSet Class Methods

For a list of all members of this type, see MdxSet members.

Public Methods
 NameDescription
Public MethodAddElementAdds IMdxElement to this set.  
Public MethodCloneCreates a clone of this instance with all its MDX elemetns.  
Public MethodGetMdxElementsGets list of all MDX elements included in the MDX set which this instance describes.  
Public MethodRebuildExpressionRebuilds the MDX expression.  
Public MethodSupportsElementTypeCalled in order to determine if given type of element is supported and recognizable by this MDX set.  
Protected Methods
 NameDescription
Protected MethodAddCalculatedMembersWrapps this set expression with AddCalculatedMembers method.  
Protected MethodAddElementExpressionAdds the given element's MDX expression to set's expression.  
Protected MethodAddVisualTotalsWrapps this set expression with VisualTotals method.  
Protected MethodGetMdxExpressionGets the MDX expression.  
See Also