Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
![]() |
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. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
![]() |
TryGetValue | Gets the value associated with the specified key. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
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.