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.