次の方法で共有


MapValue.Key プロパティ

マップの整数値を取得します。

名前空間:  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
マップの整数値です。

関連項目

参照

MapValue クラス

Microsoft.SqlServer.XEvent 名前空間