共用方式為


MapValue.Key 屬性

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.

請參閱

參考

MapValue 類別

Microsoft.SqlServer.XEvent 命名空間