SqlServerLibraryConfiguration(string, string, string, string, string) Constructor - Author-it On-Premises - Author-it

Author-it Development Documentation

Initializes a new instance of SqlServerLibraryConfiguration class with the specified database connection details.

Parameters

  • alias

    Type: System.String

    Unique reference name for this library configuration.

  • server

    Type: System.String

    The name or address of the SQL Server.

  • database

    Type: System.String

    The name of the database on the server.

  • loginID

    Type: System.String

    The ID to use to log in to the database server.

  • password

    Type: System.String

    The password to use to log in to the database server.