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