ExtraProperties
Additional properties to submit on each MDX request to Microsoft SQL Server Analysis Services.
Data Type
string
Default Value
""
Remarks
You can use the ExtraProperties connection property to add extra values to the PropertiesList in the XMLA request. Use name=value pairs separated by a semicolon to submit the properties. For example, Catalog=MyCatalog;Cube=MyCube;.
A list of properties may be found by executing SELECT * FROM $System.DISCOVER_PROPERTIES.