CMDBQueryQualifierSetOpStruct structure
The CMDBQueryQualifierSetOpStruct
structure is used to specify the attribute and right operand for an IN or NOT IN type of operation.
typedef struct CMDBQueryQualifierSetOpStruct
{
unsigned int operation;
ARNameType attribute;
CMDBQueryQualifierValueSetStruct *operandRight;
} CMDBQueryQualifierSetOpStruct;
The CMDBQueryQualifierSetOpStruct
structure consists of the following elements:
operation |
An integer value indicating the type of
|
attribute |
The name of the attribute in the qualification that should match a specific value, for example, ClassName = |
operandRight |
|
Comments