Свойство IMapMetadata.Item
Returns the MapValue entry with the specified key value.
Пространство имен: Microsoft.SqlServer.XEvent
Сборка: Microsoft.SqlServer.XEvent.Linq (в Microsoft.SqlServer.XEvent.Linq.dll)
Синтаксис
'Декларация
ReadOnly Default Property Item ( _
mapKey As UInteger _
) As MapValue
Get
'Применение
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 поддерживает использование индексированных свойств, но не объявление новых.
Параметры
- mapKey
Тип: System.UInt32
The mapKey.
Значение свойства
Тип: Microsoft.SqlServer.XEvent.MapValue
The MapValue entry pertaining to the specified key value.