PublishedEvent::FieldList Class
Exposes an enumerator over the event fields.
Assembly: Microsoft.SqlServer.XEvent.Linq (in Microsoft.SqlServer.XEvent.Linq.dll)
| Name | Description | |
|---|---|---|
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
![]() | TryGetValue(String^, PublishedEventField^%) | Gets the value associated with the specified key. |
| Name | Description | |
|---|---|---|
![]() ![]() | IEnumerable::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.
Show:




