Specifies the kind of object, either an entity or relationship.
Syntax
value = QBEntity.ObjectType
or
value = QBRelationship.ObjectType
| Part | Description |
|---|---|
| QBEntity or QBRelationship | An object variable that represents a entity or relationship in the domain. |
| value | An integer, which is returned, that represents one of the Object types below. |
| Object type | Constant | Value |
|---|---|---|
| Entity | QB_ENTITY | 0 |
| Relationship | QB_RELATIONSHIP | 2 |
Remarks
This property is read-only.
Applies To