Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Exposes an enumerator over the event fields.
Jerarquía de herencia
System.Object
Microsoft.SqlServer.XEvent.Linq.PublishedEvent.FieldList
Espacio de nombres: Microsoft.SqlServer.XEvent.Linq
Ensamblado: Microsoft.SqlServer.XEvent.Linq (en Microsoft.SqlServer.XEvent.Linq.dll)
Sintaxis
'Declaración
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
El tipo PublishedEvent.FieldList expone los siguientes miembros.
Propiedades
| Nombre | Descripción | |
|---|---|---|
![]() |
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. |
Arriba
Métodos
| Nombre | Descripción | |
|---|---|---|
![]() |
Equals | (Se hereda de Object.) |
![]() |
Finalize | (Se hereda de Object.) |
![]() |
GetHashCode | (Se hereda de Object.) |
![]() |
GetType | (Se hereda de Object.) |
![]() |
MemberwiseClone | (Se hereda de Object.) |
![]() |
ToString | (Se hereda de Object.) |
![]() |
TryGetValue | Gets the value associated with the specified key. |
Arriba
Implementaciones de interfaces explícitas
| Nombre | Descripción | |
|---|---|---|
![]() ![]() |
IEnumerable.GetEnumerator | Gets an enumerator over the fields. |
Arriba
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.
.gif)
.gif)
.gif)
.gif)
.gif)