Eplan Platform API
Eplan.EplApi.HEServices Namespace / ProjectManagement Class / ProjectManagementDatabase Property

In This Topic
    ProjectManagementDatabase Property
    In This Topic
    Returns or sets the complete filename of the current parts database or connection string if SQL connection is selected.
    Syntax
    public string ProjectManagementDatabase {get; set;}
    public:
    property String^ ProjectManagementDatabase {
       String^ get();
       void set (    String^ value);
    }
    Exceptions
    ExceptionDescription
    Thrown if null was passed as an argument.
    Thrown in case of invalid arguments (strDatabase is not valid or file does not exist).
    Remarks
    The complete filename can contain pathmap variables. Note that password value in connection string is encrypted so You can use it when you don't have clear password (not encrypted). If You want to set project management database for SQL connection and you have clear password use SetSQLServerConnectionParameters
    See Also