Class RVSqlBasedDataSource
The base data source class used to represent a connection to one of the supported database systems.
Inheritance
System.Object
RVSqlBasedDataSource
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 abstract class RVSqlBasedDataSource : RVDashboardDataSource
Constructors
RVSqlBasedDataSource()
Declaration
protected RVSqlBasedDataSource()
Properties
Host
Host name or IP address to connect to.
Declaration
public string Host { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Port
TCP Port to connect to. In case this is an SqlServer datasource and host\instance Port value will/need to be -1.
Declaration
public int Port { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |