PublishedEvent::FieldList Class

 

Exposes an enumerator over the event fields.

Namespace:   Microsoft.SqlServer.XEvent.Linq
Assembly:  Microsoft.SqlServer.XEvent.Linq (in Microsoft.SqlServer.XEvent.Linq.dll)

System::Object
  Microsoft.SqlServer.XEvent.Linq::PublishedEvent::FieldList

[DefaultMemberAttribute("Item")]
public ref class FieldList : IEnumerable

NameDescription
System_CAPS_pubpropertyCount

Gets the number of fields associated with the event.

System_CAPS_pubpropertyItem[Int32]

Gets a field by ordinal from the fields collection.

System_CAPS_pubpropertyItem[String^]

Gets a field by name from the fields collection.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

System_CAPS_pubmethodTryGetValue(String^, PublishedEventField^%)

Gets the value associated with the specified key.

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privmethodIEnumerable::GetEnumerator()

Gets an enumerator over the fields.

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

Return to top
Show: