Class RVNativeAnalysisServicesDataSource
Microsoft Analysis Services (MS SSAS) TCP connection data source
Inheritance
System.Object
RVNativeAnalysisServicesDataSource
Inherited Members
Namespace: Reveal.Sdk
Assembly: Infragistics.Reveal.SDK.Server.dll
Syntax
public class RVNativeAnalysisServicesDataSource : RVAnalysisServicesDataSource
Constructors
RVNativeAnalysisServicesDataSource()
Declaration
public RVNativeAnalysisServicesDataSource()
Properties
Host
Hostname or IP address of the server
Declaration
public string Host { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Port
TCP port where the server is accepting connections, 2383 is the default port for SSAS.
Declaration
public int Port { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |