Class RVNativeAnalysisServicesDataSource


public class RVNativeAnalysisServicesDataSource extends RVAnalysisServicesDataSource
Microsoft Analysis Services (MS SSAS) TCP connection data source.
  • Constructor Details

    • RVNativeAnalysisServicesDataSource

      public RVNativeAnalysisServicesDataSource()
  • Method Details

    • setHost

      public String setHost(String value)
      Hostname or IP address of the server
      Parameters:
      value -
      Returns:
    • getHost

      public String getHost()
      Hostname or IP address of the server
      Returns:
    • setPort

      public int setPort(int value)
      TCP port where the server is accepting connections, 2383 is the default port for SSAS.
      Parameters:
      value -
      Returns:
    • getPort

      public int getPort()
      TCP port where the server is accepting connections, 2383 is the default port for SSAS.
      Returns:
    • getEffectiveUserName

      public String getEffectiveUserName()
      Optional user name to impersonate, in 'DOMAIN/username' format. The caller must have administrative permissions in Analysis Services. Using this property is a way to achieve Single Sign On with on-prem SSAS.
      Returns:
    • setEffectiveUserName

      public void setEffectiveUserName(String effectiveUserName)
      Optional user name to impersonate, in 'DOMAIN/username' format. The caller must have administrative permissions in Analysis Services. Using this property is a way to achieve Single Sign On with on-prem SSAS.
      Parameters:
      effectiveUserName -