Freigeben über


IMapMetadata.Item-Eigenschaft

Returns the MapValue entry with the specified key value.

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

Syntax

'Declaration
ReadOnly Default Property Item ( _
    mapKey As UInteger _
) As MapValue 
    Get
'Usage
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 unterstützt die Verwendung indizierter Eigenschaften, aber nicht die Deklaration neuer Eigenschaften.

Parameter

Eigenschaftswert

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

Siehe auch

Verweis

IMapMetadata Schnittstelle

Microsoft.SqlServer.XEvent-Namespace