Harness proD API Help
EPLAN.Harness.API.DataStructures Namespace / SqlLibraryConnection Class / SqlLibraryConnection Constructor / SqlLibraryConnection Constructor(String,String,Boolean)
Server name.
Database name.
Use windows authentication?
In This Topic
    SqlLibraryConnection Constructor(String,String,Boolean)
    In This Topic
    Create new instance of SQL library connection.
    Syntax
    public SqlLibraryConnection( 
       string server,
       string database,
       bool windowsAuthentication
    )

    Parameters

    server
    Server name.
    database
    Database name.
    windowsAuthentication
    Use windows authentication?
    See Also