CorrelationCriteriaCompareType
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.
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 |