Contains information about a specific object linked to a data cell in an Essbase database. The fields are described as follows:
typedef struct ESSG_LROINFO_T
{
ESSG_CHAR_T ObjName[ESSG_ONAMELEN];
ESSG_CHAR_T Desc[ESS_DESCLEN];
} ESSG_LROINFO_T, *ESSG_LPLROINFO_T;| Data Type | Field | Description |
|---|---|---|
| ESSG_CHAR_T | objName[ESSG_ONAMELEN] | Source file name of object linked to a data cell ESSG_ONAMELEN specifies the maximum length of an object name; the default value is 511. |
| ESSG_CHAR_T | Desc[ESS_DESCLEN] | Description of an object linked to a data cell ESS_DESCLEN specifies the maximum length of the description; the default value is 79. |