DataConnector | ComponentOne
C1.AdoNet.Snowflake Assembly / C1.AdoNet.Snowflake Namespace / C1SnowflakeConnectionStringBuilder Class / Warehouse Property

In This Topic
    Warehouse Property (C1SnowflakeConnectionStringBuilder)
    In This Topic
    The name of the Snowflake warehouse that the provider should use.
    Syntax
    'Declaration
     
    Public Property Warehouse As String
    public string Warehouse {get; set;}
    See Also