PublishedEvent.FieldList-Klasse
Exposes an enumerator over the event fields.
Vererbungshierarchie
System.Object
Microsoft.SqlServer.XEvent.Linq.PublishedEvent.FieldList
Namespace: Microsoft.SqlServer.XEvent.Linq
Assembly: Microsoft.SqlServer.XEvent.Linq (in Microsoft.SqlServer.XEvent.Linq.dll)
Syntax
'Declaration
Public Class FieldList _
Implements IEnumerable
'Usage
Dim instance As PublishedEvent.FieldList
public class FieldList : IEnumerable
public ref class FieldList : IEnumerable
type FieldList =
class
interface IEnumerable
end
public class FieldList implements IEnumerable
Der PublishedEvent.FieldList-Typ macht folgende Elemente verfügbar.
Eigenschaften
Name | Beschreibung | |
---|---|---|
Count | Gets the number of fields associated with the event. | |
Item[Int32] | Gets a field by ordinal from the fields collection. | |
Item[String] | Gets a field by name from the fields collection. |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Equals | (Geerbt von Object.) | |
Finalize | (Geerbt von Object.) | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
MemberwiseClone | (Geerbt von Object.) | |
ToString | (Geerbt von Object.) | |
TryGetValue | Gets the value associated with the specified key. |
Zum Anfang
Explizite Schnittstellenimplementierungen
Name | Beschreibung | |
---|---|---|
IEnumerable.GetEnumerator | Gets an enumerator over the fields. |
Zum Anfang
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.