Compartir a través de


IMapMetadata.Entries Propiedad

Gets a collection of key value mappings for this map.

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

Sintaxis

'Declaración
ReadOnly Property Entries As ReadOnlyCollection(Of MapValue)
    Get
'Uso
Dim instance As IMapMetadata 
Dim value As ReadOnlyCollection(Of MapValue)

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

Valor de la propiedad

Tipo: System.Collections.ObjectModel.ReadOnlyCollection<MapValue>
The collection of key value mappings for this map.

Vea también

Referencia

IMapMetadata Interfaz

Espacio de nombres Microsoft.SqlServer.XEvent