KnownDeploymentFlags Class

Deployment flags that are known to the application and affect which parts of the application are available.
Inheritance Hierarchy
SystemObject
  Dundas.BI.ConfigurationKnownDeploymentFlags

Namespace: Dundas.BI.Configuration
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public static class KnownDeploymentFlags

The KnownDeploymentFlags type exposes the following members.

Fields
 NameDescription
Public fieldStatic memberEDCMicroserviceIndicates that the engine is running in the EDC Microservice.
Public fieldStatic memberNoDB2Connections to IBM DB2 data sources are not available.
Public fieldStatic memberNoExportExporting functionality is not available.
Public fieldStatic memberNoJdbcConnections to JDBC data sources are not available.
Public fieldStatic memberNoMachineLearningMachine learning functionality is not available.
Public fieldStatic memberNoOdbcConnections to ODBC data sources are not available.
Public fieldStatic memberNoPythonPython is not available.
Public fieldStatic memberStorageMicroserviceIndicates that the engine is running in the Storage Microservice.
Top
See Also