ApplicationStorageEngine Enumeration |
Specifies the types of storage engines supported for the application/warehouse database.
Namespace:
Dundas.BI
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public enum ApplicationStorageEngine
Public Enumeration ApplicationStorageEngine
public enum class ApplicationStorageEngine
type ApplicationStorageEngine
Members
| Member name | Value | Description |
---|
| None | 0 | Application storage engine is not defined. |
| SqlServer | 1 | Microsoft SQL Server. |
| Postgres | 2 | PostgreSQL. |
See Also