Freigeben über


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
Öffentliche Eigenschaft Count Gets the number of fields associated with the event.
Öffentliche Eigenschaft Item[Int32] Gets a field by ordinal from the fields collection.
Öffentliche Eigenschaft Item[String] Gets a field by name from the fields collection.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)
Öffentliche Methode TryGetValue Gets the value associated with the specified key.

Zum Anfang

Explizite Schnittstellenimplementierungen

  Name Beschreibung
Explizite SchnittstellenimplementierungPrivate Methode 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.

Siehe auch

Verweis

Microsoft.SqlServer.XEvent.Linq-Namespace