CMDBQueryAttributeName structure
The CMDBQueryAttributeName
structure holds the attribute name to return in the query.
typedef struct CMDBQueryAttributeName
{
ARNameType classAlias;
ARNameType attributeName;
} CMDBQueryAttributeName;
The CMDBQueryAttributeName
structure consists of the following elements:
classAlias |
This alias name for the class that is specified in the |
attributeName |
The name of the attribute to specify in the query qualification. |
Was this page helpful? Yes No
Submitting...
Thank you
Comments