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 네임스페이스