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 (26.2.0.1000)
Syntax
public enum ApplicationStorageEngine
Members
Member nameValueDescription
None0Application storage engine is not defined.
SqlServer1Microsoft SQL Server.
Postgres2PostgreSQL.
See Also