Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
Schema Definition
<xsd:simpleType name="CorrelationCriteriaCompareType">
 <xsd:restriction base="xsd:string">
  <xsd:enumeration value="Equal"/>
 </xsd:restriction>
</xsd:simpleType>
Remarks
The CorrelationCriteriaCompareType type always contains an enumeration value of “Equal”.
Information
| Schema Type | System.ExpressionEvaluatorSchema | 
| Library | System.Library |