SupportedDataStructures Enumeration

The supported data structures for various data stores.

Namespace:  Dundas.BI.Data.Metadata
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.2.0.1000)
Syntax
[FlagsAttribute]
public enum SupportedDataStructures
Members
  Member nameValueDescription
None0Structure type not set.
RelationalTable1Relational table.
RelationalView2Tabular view.
RelationalStoredProcedure4Stored procedure.
RelationalFunction8Function returning a table.
RelationalTabularStructure16Tabular structure.
OlapCube32OLAP cube.
AllRelational31All relational structure types.
AllOlap32All OLAP structure types.
All63 All data provider structure types.
See Also