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
Namespace: Reveal.Sdk
Assembly: Infragistics.Reveal.SDK.Server.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 Nullable<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 Nullable<bool> TrustServerCertificate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |