Class RVSqlServerDataSource
Microsoft SQL Server data source, it adds the database name property to the base properties in RVSqlBasedDataSource.
Inheritance
System.Object
RVSqlServerDataSource
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 RVSqlServerDataSource : RVSqlPDSDataSource
Constructors
RVSqlServerDataSource()
Declaration
public RVSqlServerDataSource()
Properties
Database
Name of the database to connect to.
Declaration
public string Database { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Encrypt
If not null, the Encrypt flag will be set in the connection string to the specified value.
Declaration
public bool? Encrypt { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
Schema
Name of the schema to use to filter tables, views and store procedures, by default all schemas are displayed.
Declaration
public string Schema { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TrustServerCertificate
If not null, the TrustServerCertificate flag will be set in the connection string to the specified value.
Declaration
public bool? TrustServerCertificate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |