Поделиться через


Свойство MapValue.Key

Gets the integer value of the map.

Пространство имен:  Microsoft.SqlServer.XEvent
Сборка:  Microsoft.SqlServer.XEvent.Linq (в Microsoft.SqlServer.XEvent.Linq.dll)

Синтаксис

'Декларация
Public ReadOnly Property Key As UInteger 
    Get
'Применение
Dim instance As MapValue 
Dim value As UInteger 

value = instance.Key
public uint Key { get; }
public:
property unsigned int Key {
    unsigned int get ();
}
member Key : uint32
function get Key () : uint

Значение свойства

Тип: System.UInt32
The integer value of the map.

См. также

Справочник

MapValue Класс

Пространство имен Microsoft.SqlServer.XEvent