Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Represents the main entry point for querying extended events data sources.
Hiérarchie d'héritage
System.Object
Microsoft.SqlServer.XEvent.Linq.QueryableXEventData
Espace de noms : Microsoft.SqlServer.XEvent.Linq
Assembly : Microsoft.SqlServer.XEvent.Linq (en Microsoft.SqlServer.XEvent.Linq.dll)
Syntaxe
'Déclaration
Public Class QueryableXEventData _
Implements IQueryable(Of PublishedEvent), IEnumerable(Of PublishedEvent), _
IQueryable, IEnumerable, IDisposable
'Utilisation
Dim instance As QueryableXEventData
public class QueryableXEventData : IQueryable<PublishedEvent>,
IEnumerable<PublishedEvent>, IQueryable, IEnumerable, IDisposable
public ref class QueryableXEventData : IQueryable<PublishedEvent^>,
IEnumerable<PublishedEvent^>, IQueryable, IEnumerable, IDisposable
type QueryableXEventData =
class
interface IQueryable<PublishedEvent>
interface IEnumerable<PublishedEvent>
interface IQueryable
interface IEnumerable
interface IDisposable
end
public class QueryableXEventData implements IQueryable<PublishedEvent>, IEnumerable<PublishedEvent>, IQueryable, IEnumerable, IDisposable
Le type QueryableXEventData expose les membres suivants.
Constructeurs
| Nom | Description | |
|---|---|---|
![]() |
QueryableXEventData(String) | Initializes a new instance of the QueryableXEventData class. |
![]() |
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(String, String, EventStreamSourceOptions, EventStreamCacheOptions) | Initializes a new instance of the QueryableXEventData class with the specified connection string, session name, source option and cache option. |
Haut de la page
Propriétés
| Nom | 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. |
Haut de la page
Méthodes
| Nom | 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 | (hérité de Object.) |
![]() |
Finalize | (hérité de Object.) |
![]() |
GetEnumerator | Returns an enumerator that iterates through the collection. |
![]() |
GetHashCode | (hérité de Object.) |
![]() |
GetType | (hérité de Object.) |
![]() |
MemberwiseClone | (hérité de Object.) |
![]() |
ToString | (hérité de Object.) |
Haut de la page
Implémentations d'interfaces explicites
| Nom | Description | |
|---|---|---|
![]() ![]() |
IEnumerable.GetEnumerator | Returns an enumerator that iterates through the collection. |
Haut de la page
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.
.gif)
.gif)
.gif)
.gif)
.gif)