Show / Hide Table of Contents

    MonitorConfigurationInfo.Database

    Type, Introduced in version 2.18

    Represents a configured database in the MONITOR system

    Used by the MonitorConfigurationInfo type.

    Properties

    Name Type Summary Introduced in
    Number String The identifier of the database. (e.g. 001, the first part of 001.1)
    ConnectionString String A read-only database connection string.

    Null unless requested via elevated mode.
    Dialect Int32 The dialect used by the database.

    • SqlAnywhere: 0
    • MicrosoftSqlServer: 1
    • PostgreSql: 2
    Introduced in version 2.47
    Companies Company[] The companies that are contained within the database.
    DatabaseType Int32 The type of database.

    • Company: 0
    • BusinessIntelligence: 1
    • System: 2
    • Test: 3
    Introduced in version 23.3

    Example

    {
      "Number": null,
      "ConnectionString": null,
      "Dialect": 0,
      "Companies": null,
      "DatabaseType": 0
    }
    
    Back to top Copyright © 2023 Monitor ERP System AB