3.1.4.2.2.1.3.65.1 Columns

The DISCOVER_XEVENT_TRACE_DEFINITION rowset contains the following columns.

Name

Type

Restriction

Description

Data

xsd:string

Yes

The XML definition of the XEvent trace.

The rowset is not sorted.

The response has the following definition.

 <xsd:element name="root">
    <xsd:complexType>
       <xsd:sequence minOccurs="0" maxOccurs="unbounded">
           <xsd:element name="row" type="row" />
       </xsd:sequence>
      </xsd:complexType>
    </xsd:element>
 <xsd:complexType name="row">
           <xsd:sequence>
              <xsd:element sql:field="Data" name="Data" type="xsd:string" minOccurs="1" />
           </xsd:sequence>
 </xsd:complexType>