Returning metadata only -
08-07-2006
, 03:52 PM
Is there a way to have AdomdCommands execute without data? Specifically I
have an arbitrary MDX expression (e.g. Descendants([foo])) and I'd like to
have SSAS2005 tell me what dimensions are present in the MDX expression. If
possible I'd like to skip the overhead of the data portion and just get to
the AxisInfo element equivalent of the CellSet. |