Partilhar via


Propriedade do RDL MapValue.Key

Gets the integer value of the map.

Namespace:  Microsoft.SqlServer.XEvent
Assembly:  Microsoft.SqlServer.XEvent.Linq (em Microsoft.SqlServer.XEvent.Linq.dll)

Sintaxe

'Declaração
Public ReadOnly Property Key As UInteger 
    Get
'Uso
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

Valor da propriedade

Tipo: System.UInt32
The integer value of the map.

Consulte também

Referência

MapValue Classe

Namespace Microsoft.SqlServer.XEvent