Condividi tramite


Proprietà IMapMetadata.Item

Returns the MapValue entry with the specified key value.

Spazio dei nomi  Microsoft.SqlServer.XEvent
Assembly:  Microsoft.SqlServer.XEvent.Linq (in Microsoft.SqlServer.XEvent.Linq.dll)

Sintassi

'Dichiarazione
ReadOnly Default Property Item ( _
    mapKey As UInteger _
) As MapValue 
    Get
'Utilizzo
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 supporta l'utilizzo di proprietà indicizzate, ma non la dichiarazione di nuove proprietà.

Parametri

Valore proprietà

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

Vedere anche

Riferimento

IMapMetadata Interfaccia

Spazio dei nomi Microsoft.SqlServer.XEvent