Class RVSnowflakeDataSource

Snoflake data source, it adds the database name property to the base properties in Reveal.Sdk.Data.RVSqlBasedDataSource.

Inheritance
System.Object
RVSnowflakeDataSource
Namespace: Reveal.Sdk.Data.Snowflake
Assembly: Infragistics.Reveal.Connectors.Snowflake.dll
Syntax
public class RVSnowflakeDataSource : RVSqlPDSDataSource

Constructors

RVSnowflakeDataSource()

Declaration
public RVSnowflakeDataSource()

RVSnowflakeDataSource(BaseDataSource)

Declaration
public RVSnowflakeDataSource(BaseDataSource modelDataSource)
Parameters
Type Name Description
Infragistics.ReportPlus.DashboardModel.BaseDataSource modelDataSource

Properties

Account

Snowflake account, needed only when using WPF or .NET, not needed for Java SDK.

Declaration
public string Account { get; set; }
Property Value
Type Description
System.String

Database

Name of the database to connect to.

Declaration
public string Database { get; set; }
Property Value
Type Description
System.String

ProviderKey

Declaration
protected override string ProviderKey { get; }
Property Value
Type Description
System.String

Role

Snowflake user role, it is optional.

Declaration
public string Role { get; set; }
Property Value
Type Description
System.String

Schema

Snowflake schema, it is optional.

Declaration
public string Schema { get; set; }
Property Value
Type Description
System.String

Warehouse

Snowflake warehouse, it is optional.

Declaration
public string Warehouse { get; set; }
Property Value
Type Description
System.String

Methods

ToModelDataSource()

Declaration
protected override BaseDataSource ToModelDataSource()
Returns
Type Description
Infragistics.ReportPlus.DashboardModel.BaseDataSource