Compartir a través de


IEventMetadata.Fields Propiedad

Returns the collection of fields for an event.

Espacio de nombres:  Microsoft.SqlServer.XEvent
Ensamblado:  Microsoft.SqlServer.XEvent.Linq (en Microsoft.SqlServer.XEvent.Linq.dll)

Sintaxis

'Declaración
ReadOnly Property Fields As ReadOnlyCollection(Of IEventFieldMetadata)
    Get
'Uso
Dim instance As IEventMetadata 
Dim value As ReadOnlyCollection(Of IEventFieldMetadata)

value = instance.Fields
ReadOnlyCollection<IEventFieldMetadata> Fields { get; }
property ReadOnlyCollection<IEventFieldMetadata^>^ Fields {
    ReadOnlyCollection<IEventFieldMetadata^>^ get ();
}
abstract Fields : ReadOnlyCollection<IEventFieldMetadata>
function get Fields () : ReadOnlyCollection<IEventFieldMetadata>

Valor de la propiedad

Tipo: System.Collections.ObjectModel.ReadOnlyCollection<IEventFieldMetadata>
The collection of fields for an event.

Vea también

Referencia

IEventMetadata Interfaz

Espacio de nombres Microsoft.SqlServer.XEvent