CorrelationCriteriaCompareType
System Center
Updated: August 10, 2011
Applies To: Operations Manager 2007 R2
The CorrelationCriteriaCompareType simple data type is used within correlation modules to correlate two incoming data item types, to detect a specific pattern of data items.
The CorrelationCriteriaCompareType data type is generally used from within a CorrelationExpressionType type to achieve simple filtering from within a correlation module.
<xsd:simpleType name="CorrelationCriteriaCompareType"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="Equal"/> </xsd:restriction> </xsd:simpleType>
The CorrelationCriteriaCompareType type always contains an enumeration value of “Equal”.
|
Schema Type |
System.ExpressionEvaluatorSchema |
|
Library |
System.Library |
Show: