Indicates the type of object that generated the error.
EQError.ObjectType [= value]
EQError
value
Returned enum indicating the type of object that generated the error.
Object type | Value | Description |
---|---|---|
eqObjGlobal | 0 | Global property or unspecified object |
eqObjEntity | 1 | Entity |
eqObjRelationship | 2 | Relationship including model relationships |
eqObjPhrasing | 3 | Phrasing |
eqObjTable | 4 | Table |
eqObjField | 5 | Field |
eqObjJoin | 6 | Join |
eqObjRole | 7 | Role |
eqObjDictEntry | 8 | Dictionary entry |
eqObjProject | 9 | Project |
eqObjModule | 10 | Module |
eqObjCube | 11 | OLAP cube |
eqObjDimension | 12 | OLAP dimension |
eqObjLevel | 13 | OLAP level |
eqObjProperty | 14 | OLAP property |
eqObjMeasure | 15 | OLAP measure |
This property is read-only.