How would I use XMLA to query a specific catalog to get back partition sizes?

I've tries something like

<Discover xmlns="urn:schemas-microsoft-com:xml-analysis">
  <RequestType>DISCOVER_PROPERTIES</RequestType>
  <Restrictions>
    <RestrictionList>
      <PropertyName>Catalog</PropertyName>

    </RestrictionList>
  </Restrictions>
  <Properties />
</Discover>
link|improve this question
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.