Represents the main entry point for querying extended events data sources.
繼承階層
System.Object
Microsoft.SqlServer.XEvent.Linq.QueryableXEventData
命名空間: Microsoft.SqlServer.XEvent.Linq
組件: Microsoft.SqlServer.XEvent.Linq (在 Microsoft.SqlServer.XEvent.Linq.dll 中)
語法
'宣告
Public Class QueryableXEventData _
Implements IQueryable(Of PublishedEvent), IEnumerable(Of PublishedEvent), _
IQueryable, IEnumerable, IDisposable
'用途
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
QueryableXEventData 型別公開下列成員。
建構函式
| 名稱 | 說明 | |
|---|---|---|
![]() |
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. |
上層
屬性
| 名稱 | 說明 | |
|---|---|---|
![]() |
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. |
上層
方法
| 名稱 | 說明 | |
|---|---|---|
![]() |
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。) |
![]() |
Finalize | (繼承自 Object。) |
![]() |
GetEnumerator | Returns an enumerator that iterates through the collection. |
![]() |
GetHashCode | (繼承自 Object。) |
![]() |
GetType | (繼承自 Object。) |
![]() |
MemberwiseClone | (繼承自 Object。) |
![]() |
ToString | (繼承自 Object。) |
上層
明確 繼承 實作
| 名稱 | 說明 | |
|---|---|---|
![]() ![]() |
IEnumerable.GetEnumerator | Returns an enumerator that iterates through the collection. |
上層
執行緒安全性
這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。
.gif)
.gif)
.gif)
.gif)
.gif)