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.
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.