Propriété MapValue.Key
Gets the integer value of the map.
Espace de noms : Microsoft.SqlServer.XEvent
Assembly : Microsoft.SqlServer.XEvent.Linq (en Microsoft.SqlServer.XEvent.Linq.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Key As UInteger
Get
'Utilisation
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
Valeur de propriété
Type : System.UInt32
The integer value of the map.