Поделиться через


Пространство имен Microsoft.SqlServer.XEvent.Linq

Contains classes related to reading SQL Server Extended Events files and streaming data.

Классы

  Класс Описание
Открытый класс EventEnumerationException Represents an error that may occur during enumeration from an IEventProvider<T>.
Открытый класс EventFileInvalidException The exception that is thrown when an I/O error occurs reading a file.
Открытый класс EventFileIOException Represents the exception that is thrown when an I/O error occurs reading a file.
Открытый класс EventLocationException Represents an exception that is thrown when a location cannot be found.
Открытый класс EventLocator Provides specific event location token.
Открытый класс EventStreamException The exception that is thrown when an error is encountered in a streaming source.
Открытый класс EventStreamVersionException The exception that is thrown if the event stream is from an incompatible version.
Открытый класс PublishedAction An instance of an action from an extended event session. Use this object to obtain action data and metadata about the action object.
Открытый класс PublishedEvent An instance of an event from an event source. Use this object to obtain field and action data as well as metadata about the event object.
Открытый класс PublishedEvent.ActionList Represents an array of actions containing the native data of the published action.
Открытый класс PublishedEvent.FieldList Exposes an enumerator over the event fields.
Открытый класс PublishedEventField Represents an instance of an event field. This object holds the data for the event column
Открытый класс QueryableXEventData Represents the main entry point for querying extended events data sources.
Открытый класс TypeNotMappedException The exception that is thrown when an event object contains a data type that the QueryableXEvent cannot translate.
Открытый класс XEventException The exception that is thrown for the QueryableXEvent sources.
Открытый класс XEventFileSerializer Represents the serialize events from PublishedEvent object into file.

Интерфейсы

  Интерфейс Описание
Открытый интерфейс IEventProvider<T> Defines methods to enumerate, retrieve and locate published event data.
Открытый интерфейс IEventSerializer Serializes PublishedEvent objects into extended event files.

Перечисления

  Перечисление Описание
Открытое перечисление EventStreamCacheOptions One of the enumeration values that specifies the cache options of the event stream.
Открытое перечисление EventStreamSourceOptions Specifies the options for the source of the event stream.