CorrelationCriteriaCompareType
System Center
Updated: May 18, 2012
Applies To: System Center 2012 - Operations Manager, System Center 2012 R2 Operations Manager, System Center 2012 SP1 - Operations Manager
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: