2.1.3.12 TExecutionMetrics

In CSDLBI 2.0 and CSDLBI 2.5, the TExecutionMetrics simple type<21> indicates whether the dataset supports the generation of query execution metrics in an output rowset.

The TExecutionMetrics simple type is defined in the schema as follows.

       <xs:simpleType name="TExecutionMetrics">
         <xs:restriction base="xs:int">
           <xs:enumeration value="0" />
           <xs:enumeration value="1" />
         </xs:restriction>
       </xs:simpleType>

The possible values for the TExecutionMetrics type are specified in the following table.

Value

Meaning

0

Query execution metrics cannot be generated. This is the default value.

1

Query execution metrics can be generated.