Compartir a través de


IMapMetadata.Item Propiedad

Returns the MapValue entry with the specified key value.

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

Sintaxis

'Declaración
ReadOnly Default Property Item ( _
    mapKey As UInteger _
) As MapValue 
    Get
'Uso
Dim instance As IMapMetadata 
Dim mapKey As UInteger 
Dim value As MapValue 

value = instance(mapKey)
MapValue this[
    uint mapKey
] { get; }
property MapValue^ default[unsigned int mapKey] {
    MapValue^ get (unsigned int mapKey);
}
abstract Item : MapValue
JScript admite el uso de propiedades indizadas, pero no la declaración de otras nuevas.

Parámetros

Valor de la propiedad

Tipo: Microsoft.SqlServer.XEvent.MapValue
The MapValue entry pertaining to the specified key value.

Vea también

Referencia

IMapMetadata Interfaz

Espacio de nombres Microsoft.SqlServer.XEvent