Propriété IMapMetadata.Item
Returns the MapValue entry with the specified key value.
Espace de noms : Microsoft.SqlServer.XEvent
Assembly : Microsoft.SqlServer.XEvent.Linq (en Microsoft.SqlServer.XEvent.Linq.dll)
Syntaxe
'Déclaration
ReadOnly Default Property Item ( _
mapKey As UInteger _
) As MapValue
Get
'Utilisation
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 prend en charge l'utilisation de propriétés indexées, mais pas la déclaration de nouvelles propriétés.
Paramètres
- mapKey
Type : System.UInt32
The mapKey.
Valeur de propriété
Type : Microsoft.SqlServer.XEvent.MapValue
The MapValue entry pertaining to the specified key value.