Class RVNativeAnalysisServicesDataSource
Microsoft Analysis Services (MS SSAS) TCP connection data source
Inheritance
System.Object
RVNativeAnalysisServicesDataSource
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Reveal.Sdk
Assembly: Reveal.UI.Sdk.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 |