Partilhar via


Propriedade do RDL IMapMetadata.Entries

Gets a collection of key value mappings for this map.

Namespace:  Microsoft.SqlServer.XEvent
Assembly:  Microsoft.SqlServer.XEvent.Linq (em Microsoft.SqlServer.XEvent.Linq.dll)

Sintaxe

'Declaração
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 da propriedade

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

Consulte também

Referência

IMapMetadata Interface

Namespace Microsoft.SqlServer.XEvent