ObjectType Property (EQError Object)

English Query

English Query

ObjectType Property (EQError Object)

Indicates the type of object that generated the error.

Applies To

EQError Object

Syntax

EQError.ObjectType [= value]

Parts

EQError

Object variable that provides information about an error, warning, or hint generated during the compilation of an EQModel object, or during the loading of a project or module.

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
Remarks

This property is read-only.

See Also

Compile-Time Error Messages (Authoring Object Model)

EQModel Object

ObjectType Property (HelpCmd Object)