QueryableXEventData Class
Represents the main entry point for querying extended events data sources.
Assembly: Microsoft.SqlServer.XEvent.Linq (in Microsoft.SqlServer.XEvent.Linq.dll)
| Name | Description | |
|---|---|---|
![]() | QueryableXEventData(String^) | Initializes a new instance of the QueryableXEventData class. |
![]() | QueryableXEventData(String^, String^, EventStreamSourceOptions, EventStreamCacheOptions) | Initializes a new instance of the QueryableXEventData class with the specified connection string, session name, source option and cache option. |
![]() | QueryableXEventData(array<String^>^) | Initializes a new instance of the QueryableXEventData class with the specified lists of file. |
![]() | QueryableXEventData(array<String^>^, array<String^>^) | Initializes a new instance of the QueryableXEventData class with the specified lists of file and metadata files. |
![]() | QueryableXEventData(XmlReader^, EventStreamSourceOptions, EventStreamCacheOptions) | Initializes a new instance of the QueryableXEventData class. |
| Name | Description | |
|---|---|---|
![]() | ElementType | Gets a Type value of an element. |
![]() | EventProvider | Gets an IEventProvider<PublishedEvent> value. |
![]() | Expression | Gets or sets an Expression value. |
![]() | Provider | Gets an IQueryProvider value. |
| Name | Description | |
|---|---|---|
![]() | Dispose() | Releases the resources used by the current instance of the QueryableXEventData class. |
![]() | Dispose(Boolean) | Called by the Dispose() and Finalize() methods to release the managed and unmanaged resources used by the current instance of the QueryableXEventData class. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetEnumerator() | Returns an enumerator that iterates through the collection. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IEnumerable::GetEnumerator() | Returns an enumerator that iterates through the collection. |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.




