MapValue 클래스

Specifies a key value pair that represents a map entry.

상속 계층

System.Object
  Microsoft.SqlServer.XEvent.MapValue

네임스페이스:  Microsoft.SqlServer.XEvent
어셈블리:  Microsoft.SqlServer.XEvent.Linq(Microsoft.SqlServer.XEvent.Linq.dll)

구문

‘선언
Public Class MapValue
‘사용 방법
Dim instance As MapValue
public class MapValue
public ref class MapValue
type MapValue =  class end
public class MapValue

MapValue 유형에서 다음 멤버를 표시합니다.

속성

  이름 설명
공용 속성 Key Gets the integer value of the map.
공용 속성 Value Gets the string value of the map entry. This value is a comma separated list when the map type is a bitmap and the key corresponds to more than one entry in the map.

맨 위로 이동

메서드

  이름 설명
공용 메서드 Equals Indicates whether the specified object is equal to the current object. (Object.Equals(Object)을(를) 재정의함)
보호된 메서드 Finalize (Object에서 상속됨)
공용 메서드 GetHashCode Returns a hash for the map value. (Object.GetHashCode()을(를) 재정의함)
공용 메서드 GetType (Object에서 상속됨)
보호된 메서드 MemberwiseClone (Object에서 상속됨)
공용 메서드 ToString Returns the string value of the map. (Object.ToString()을(를) 재정의함)

맨 위로 이동

연산자

  이름 설명
공용 연산자정적 멤버 Equality Indicates whether the two specified map keys are equal.
공용 연산자정적 멤버 Inequality Indicates whether the two specified map keys are not equal.

맨 위로 이동

스레드 보안

이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.

참고 항목

참조

Microsoft.SqlServer.XEvent 네임스페이스