PublishedEvent.FieldList Class

Exposes an enumerator over the event fields.

Inheritance Hierarchy

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

The PublishedEvent.FieldList type exposes the following members.

Properties

  Name Description
Public property Count Gets the number of fields associated with the event.
Public property Item[Int32] Gets a field by ordinal from the fields collection.
Public property Item[String] Gets a field by name from the fields collection.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)
Public method TryGetValue Gets the value associated with the specified key.

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator Gets an enumerator over the fields.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.SqlServer.XEvent.Linq Namespace