Cube GetProperties
Retrieves the properties XML document of a specified OLAP cube.
Request
<Alea:Document xmlns:Alea="http://www.misag.com">
<Alea:Request RequestID="001" Class="Cube" Method="GetProperties">
<Alea:Cube Name="SALES"/>
</Alea:Request>
</Alea:Document>
Answer
<Alea:Document xmlns:Alea="http://www.misag.com">
<Alea:Request RequestID="001">
<Alea:Return>
<Alea:Properties xmlns:Alea="http://www.misag.com">
<Alea:Translation LocaleIdentifier="0">
<Alea:Description>Sales Controlling</Alea:Description>
</Alea:Translation>
<Alea:Translation LocaleIdentifier="9">
<Alea:Caption></Alea:Caption>
</Alea:Translation>
<Alea:Translation LocaleIdentifier="7">
<Alea:Caption></Alea:Caption>
</Alea:Translation>
<Alea:Translation LocaleIdentifier="12">
<Alea:Caption></Alea:Caption>
</Alea:Translation>
<Alea:Translation LocaleIdentifier="10">
<Alea:Caption></Alea:Caption>
</Alea:Translation>
<Alea:Translation LocaleIdentifier="16">
<Alea:Caption></Alea:Caption>
</Alea:Translation>
<Alea:Rules Number="23" />
<Alea:MeasureDimension Name="PROFIT" ExplicitlyDefined="true" />
<Alea:TRS Enabled="false" />
<Alea:ErrorSuppression Enabled="false" />
<Alea:AccessCube Enabled="false" />
</Alea:Properties>
</Alea:Return>
</Alea:Request>
</Alea:Document>