☝️Small business or a startup? See if you qualify for our special offer.
+
All documentation

getXMLADataSourcesAsync

[starting from version: 2.9]

getXMLADataSourcesAsync(proxyURL: String): Promise<String[]>

One of four async API calls for OLAP/XMLA connectivity diagnostics.

Returns a Promise object that resolves to an array of data sources. Learn more about the method in getXMLADataSources.

Example

let dataSourcesInfo = await pivot.getXMLADataSourcesAsync(proxyUrl);

See an example on JSFiddle.

See also

getXMLADataSources
getXMLACubeAsync
getXMLACatalogsAsync
getXMLAProviderNameAsync