Classe PublishedEvent.FieldList
Exposes an enumerator over the event fields.
Hierarquia de herança
System.Object
Microsoft.SqlServer.XEvent.Linq.PublishedEvent.FieldList
Namespace: Microsoft.SqlServer.XEvent.Linq
Assembly: Microsoft.SqlServer.XEvent.Linq (em Microsoft.SqlServer.XEvent.Linq.dll)
Sintaxe
'Declaração
Public Class FieldList _
Implements IEnumerable
'Uso
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
O tipo PublishedEvent.FieldList expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
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. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Object.) | |
TryGetValue | Gets the value associated with the specified key. |
Início
Implementações de interfaces explícitas
Nome | Descrição | |
---|---|---|
IEnumerable.GetEnumerator | Gets an enumerator over the fields. |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.