Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the integer value of the map.
Namespace: Microsoft.SqlServer.XEvent
Assembly: Microsoft.SqlServer.XEvent.Linq (in Microsoft.SqlServer.XEvent.Linq.dll)
Syntax
'Declaration
Public ReadOnly Property Key As UInteger
Get
'Usage
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
Property Value
Type: System.UInt32
The integer value of the map.