Classe PublishedEvent.FieldList
Exposes an enumerator over the event fields.
Hiérarchie d'héritage
System.Object
Microsoft.SqlServer.XEvent.Linq.PublishedEvent.FieldList
Espace de noms : Microsoft.SqlServer.XEvent.Linq
Assembly : Microsoft.SqlServer.XEvent.Linq (en Microsoft.SqlServer.XEvent.Linq.dll)
Syntaxe
'Déclaration
Public Class FieldList _
Implements IEnumerable
'Utilisation
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
Le type PublishedEvent.FieldList expose les membres suivants.
Propriétés
Nom | 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. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
![]() |
Equals | (hérité de Object.) |
![]() |
Finalize | (hérité de Object.) |
![]() |
GetHashCode | (hérité de Object.) |
![]() |
GetType | (hérité de Object.) |
![]() |
MemberwiseClone | (hérité de Object.) |
![]() |
ToString | (hérité de Object.) |
![]() |
TryGetValue | Gets the value associated with the specified key. |
Haut de la page
Implémentations d'interfaces explicites
Nom | Description | |
---|---|---|
![]() ![]() |
IEnumerable.GetEnumerator | Gets an enumerator over the fields. |
Haut de la page
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.