Class RVSnowflakeDataSource
Snoflake data source, it adds the database name property to the base properties in RVSqlBasedDataSource.
Inheritance
System.Object
RVSnowflakeDataSource
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 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 |