Class RVSnowflakeDataSource
Snoflake data source, it adds the database name property to the base properties in RVSqlBasedDataSource.
Inheritance
System.Object
RVSnowflakeDataSource
Inherited Members
Namespace: Reveal.Sdk
Assembly: Infragistics.Reveal.SDK.Server.dll
Syntax
public class RVSnowflakeDataSource : RVSqlPDSDataSource
Constructors
RVSnowflakeDataSource()
Declaration
public RVSnowflakeDataSource()
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 |