Trace Element (ASSL)

Defines a trace that can be queried.

Syntax

Profiler syntax
<Traces>
   <Trace>
      <Name>...</Name>
      <ID>...</ID>
      <Description>...</Description>
      <CreatedTimestamp>...</CreatedTimestamp>
      <LastSchemaUpdate>...</LastSchemaUpdate>
      <LogFileName>...</LogFileName>
      <LogFileAppend>...</LogFileAppend>
      <LogFileSize>...</LogFileSize>
      <Audit>...</Audit>
      <LogFileRollover>...</LogFileRollover>
      <AutoRestart>...</AutoRestart>
      <StopTime>...</StopTime>
      <Filter>...</Filter>
      <Events>...</Events>
      <Annotations>...</Annotations>
   </Trace>
</Traces>

Extended Events syntax
<Traces>
   <Trace>
      <Name>...</Name>
      <ID>...</ID>
      <Description>...</Description>
      <CreatedTimestamp>...</CreatedTimestamp>
      <LastSchemaUpdate>...</LastSchemaUpdate>
      <XEvent>...</XEvent>
      <Annotations>...</Annotations>
   </Trace>
</Traces>

Element Characteristics

Characteristic

Description

Data type and length

None

Default value

None

Cardinality

0-n: Optional element that can occur more than once.

Element Relationships

Relationship

Element

Parent elements

Traces

Child elements

Annotations, Audit, AutoRestart, CreatedTimestamp, Description, Events, Filter, ID, LastSchemaUpdate, LogFileAppend, LogFileName, LogFileRollover, LogFileSize, Name, StopTime

Remarks

The corresponding element in the Analysis Management Objects (AMO) object model is Trace.

See Also

Reference

Server Element (ASSL)

Objects (ASSL)