EventCollection 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
SFC 活動收集課程。
public sealed class EventCollection : Microsoft.SqlServer.Management.Sdk.Sfc.SfcCollatedDictionaryCollection<Microsoft.SqlServer.Management.XEvent.Event,Microsoft.SqlServer.Management.XEvent.Event.Key,Microsoft.SqlServer.Management.XEvent.Session>
type EventCollection = class
inherit SfcCollatedDictionaryCollection<Event, Event.Key, Session>
Public NotInheritable Class EventCollection
Inherits SfcCollatedDictionaryCollection(Of Event, Event.Key, Session)
- 繼承
-
EventCollection
屬性
| 名稱 | Description |
|---|---|
| Ascending |
依照當前收藏文化,依序由高到低排序。 (繼承來源 SfcCollatedDictionaryCollection<T,K,ParentT>) |
| Count |
SFC 活動收集課程。 (繼承來源 SfcCollatedDictionaryCollection<T,K,ParentT>) |
| CultureInfo |
排序收藏時會使用這個 .NET 文化資訊。 (繼承來源 SfcCollatedDictionaryCollection<T,K,ParentT>) |
| IgnoreCase |
根據當前的收藏文化,以不區分大小寫的方式排序。 (繼承來源 SfcCollatedDictionaryCollection<T,K,ParentT>) |
| Initialized |
SFC 活動收集課程。 (繼承來源 SfcCollection<T,K,ParentT>) |
| IsReadOnly |
SFC 活動收集課程。 (繼承來源 SfcCollatedDictionaryCollection<T,K,ParentT>) |
| IsSynchronized |
SFC 活動收集課程。 (繼承來源 SfcCollection<T,K,ParentT>) |
| Item[K] |
SFC 活動收集課程。 (繼承來源 SfcCollection<T,K,ParentT>) |
| Item[String] |
得到指定名稱的 。Event |
| Parent |
SFC 活動收集課程。 (繼承來源 SfcCollection<T,K,ParentT>) |
| SyncRoot |
SFC 活動收集課程。 (繼承來源 SfcCollection<T,K,ParentT>) |