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

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