<Execute>
<Command>...</Command>
<Properties>...</Properties>
<Parameters>...</Parameters>
</Execute>
<Alter>...</Alter>
<Backup>...</Backup>
<Batch>...</Batch>
<BeginTransaction>...</BeginTransaction>
<Cancel>...</Cancel>
<ClearCache>...</ClearCache>
<CommitTransaction>...</CommitTransaction>
<Create>...</Create>
<Delete>...</Delete>
<DesignAggregations>...</DesignAggregations>
<Drop>...</Drop>
<Insert>...</Insert>
<Lock>...</Lock>
<MergePartitions>...</MergePartitions>
<NotifyTableChange>...</NotifyTableChange>
<Process>...</Process>
<Restore>...</Restore>
<RollbackTransaction>...</RollbackTransaction>
<Statement>...</Statement>
<Subscribe>...</Subscribe>
<Synchronize>...</Synchronize>
<Unlock>...</Unlock>
<Update>...</Update>
<UpdateCells>...</UpdateCells>
<Execute xmlns="urn:schemas-microsoft-com:xml-analysis">
<Command>
<Statement>
select
CrossJoin( { [Promotion].[Promotion Category].[Promotion Category].Members } ,
{ ([Measures].[Measures].[MeasuresLevel].[Order Quantity]) ,
([Measures].[Measures].[MeasuresLevel].[Total Product Cost])
}
)
on columns ,
{ [Product].[Product Model Lines].[Product Line].Members } on rows
from
[BIART]
</Statement>
</Command>
<Properties>
<PropertyList>
<Catalog>AWBISE</Catalog>
<Format>Tabular</Format>
</PropertyList>
</Properties>
<row>
<_x005B_Product_x005D_._x005B_Product_x0020_Model_x0020_Lines_x005D_.
_x005B_Product_x0020_Line_x005D_._x005B_MEMBER_CAPTION_x005D_>Components
</_x005B_Product_x005D_._x005B_Product_x0020_Model_x0020_Lines_x005D_.
_x005B_Product_x0020_Line_x005D_._x005B_MEMBER_CAPTION_x005D_>
</row>
<_x005B_Product_x005D_._x005B_Product_x0020_Model_x0020_Lines_x005D_
._x005B_Product_x0020_Line_x005D_._x005B_MEMBER_CAPTION_x005D_>Mountain
<_x005B_Promotion_x005D_._x005B_Promotion_x0020_Category_x005D_.
_x0026__x005B_No_x0020_Discount_x005D_._x005B_Measures_x005D_._x005B_Order_x0020_Quantity_x005D_
xsi:type="xsd:int">16278
</_x005B_Promotion_x005D_._x005B_Promotion_x0020_Category_x005D_._x0026__
x005B_No_x0020_Discount_x005D_._x005B_Measures_x005D_._x005B_Order_x0020_Quantity_x005D_>
….
<_x005B_Promotion_x005D_._x005B_Promotion_x0020_Category_x005D_._x0026__x005B_Reseller_x005D_
._x005B_Measures_x005D_._x005B_Total_x0020_Product_x0020_Cost_x005D_ xsi:type="xsd:double">
6.952286150000001E4</_x005B_Promotion_x005D_._x005B_Promotion_x0020_Category_x005D_.
_x0026__x005B_Reseller_x005D_._x005B_Measures_x005D_._x005B_Total_x0020_Product_x0020_Cost_x005D_>
<Format>Multidimensional</Format>
<root xmlns="urn:schemas-microsoft-com:xml-analysis:rowset">
<!-- The following elements extend Resultset -->
<!-- Optional schema elements -->
<OlapInfo>...</OlapInfo>
<Axes>...</Axes>
<CellData>...</CellData>
</root>
<CellData>
<Cell CellOrdinal="8">
<Value xsi:type="xsd:int">16278</Value>
<FmtValue>16278</FmtValue>
</Cell>
<Cell CellOrdinal="9">
<Value xsi:type="xsd:double">4.841635224900029E6</Value>
<FmtValue>4841635.22490003</FmtValue>
…
<Cell CellOrdinal="27">
<Value xsi:type="xsd:double">2.3333200975000164E6</Value>
<FmtValue>2333320.09750002</FmtValue>
<Cell CellOrdinal="28">
<Value xsi:type="xsd:int">99</Value>
<FmtValue>99</FmtValue>
<Cell CellOrdinal="29">
<Value xsi:type="xsd:double">6.952286150000001E4</Value>
<FmtValue>69522.8615</FmtValue>
</CellData>