Member Junction
    Preparing search index...

    Connection configuration parsed from CompanyIntegration.Configuration JSON

    interface ConnectionConfig {
        Database: string;
        Password: string;
        Schema: string;
        Server: string;
        User: string;
    }
    Index

    Properties

    Database: string

    Database name

    Password: string

    Database password

    Schema: string

    Database schema (e.g., 'hs', 'sf', 'ym'). Defaults to 'dbo'.

    Server: string

    SQL Server hostname

    User: string

    Database user