SapBusinessWarehouseExecutionMode.BasXml

Updated on

SapBusinessWarehouseExecutionMode.BasXml (64) is an enumeration that specifies valid options for SAP Business Warehouse execution mode option. It is a member of the SapBusinessWarehouseExecutionMode.Type and describes the ‘bXML flattening mode’ option for MDX execution in SAP Business Warehouse.

Examples

Here’s an example of how the SapBusinessWarehouseExecutionMode.BasXml enumeration can be used:

SapBusinessWarehouse.Cubes (
    "sapbwtestserver", 
    "00", 
    "837", 
    [ ExecutionMode = SapBusinessWarehouseExecutionMode.BasXml, 
      Implementation = "2.0" ]
  )

You can go here for more information on Implementation 2 of the Power Query SAP Business Warehouse connector.

Other related enumerations are:

Applies to

Here’s a list of functions that work with SapBusinessWarehouseExecutionMode.Type:

Contribute » | Contributors: Rick de Groot

2023-2024 © BI Gorilla. All rights are reserved. Information from Microsoft docs is property of Microsoft Corp. | Privacy Policy