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.3.0.1000)
Syntax [FlagsAttribute]
public enum SupportedDataStructures
<FlagsAttribute>
Public Enumeration SupportedDataStructures
[FlagsAttribute]
public enum class SupportedDataStructures
[<FlagsAttribute>]
type SupportedDataStructures
Members
| Member name | Value | Description |
---|
| None | 0 | Structure type not set. |
| RelationalTable | 1 | Relational table. |
| RelationalView | 2 | Tabular view. |
| RelationalStoredProcedure | 4 | Stored procedure. |
| RelationalFunction | 8 | Function returning a table. |
| RelationalTabularStructure | 16 | Tabular structure. |
| OlapCube | 32 | OLAP cube. |
| AllRelational | 31 | All relational structure types. |
| AllOlap | 32 | All OLAP structure types. |
| All | 63 |
All data provider structure types.
|
See Also