Need a special offer?Find out if your project fits.
+
All documentation
  • API Reference for older versions
  • 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 flexmonster.getXMLADataSourcesAsync(proxyUrl);

    See an example on JSFiddle.

    See also

    getXMLADataSources
    getXMLACubeAsync
    getXMLACatalogsAsync
    getXMLAProviderNameAsync