AnalysisServices.Databases
This function retrieves databases from an Analysis Services server instance. An optional parameter called "options" can be provided to specify additional properties. The "options" parameter can includ...
This function retrieves databases from an Analysis Services server instance. An optional parameter called "options" can be provided to specify additional properties. The "options" parameter can include the following fields:
- TypedMeasureColumns: A boolean value that determines whether the types specified in the model will be used for added measure columns. If set to false, the type "number" will be used for all measure columns. The default value is false.
- Culture: A string indicating the culture for the data. This corresponds to the 'Locale Identifier' connection string property.
- CommandTimeout: A duration specifying how long the server-side query can run before being canceled. The default value is dependent on the driver.
- ConnectionTimeout: A duration specifying how long to wait before abandoning a connection attempt to the server. The default value is dependent on the driver.
- SubQueries: A number (0, 1, or 2) that sets the value of the "SubQueries" property in the connection string. This controls