Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
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.