ISchemaElement properties
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
ISchemaElement properties
Inherits properties from IDataAdminElement and
defines the properties listed in the following table.
| Property name | Data type | Access | Description |
|---|---|---|---|
Area
|
IArea
|
Read-only | Returns the area (for default tenant if multi-tenant). |
Description
|
CHARACTER
|
Read-only | Returns a description of the element. |
Name
|
CHARACTER
|
Read-only | Returns the name of the element (table name, index, name or field name). |
ObjectType
|
CHARACTER
|
Read-only | Returns object type represented by this object: "Table", "Index", or "Field". |
Partitions
|
ISchemaPartitionMap
|
Read-only | Returns the collection of partitions mapped by tenant or tenant group. |