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>