ActivityId 클래스

Represents an activity identifier.

상속 계층

System.Object
  Microsoft.SqlServer.XEvent.ActivityId

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

구문

‘선언
<SerializableAttribute> _
Public Class ActivityId
‘사용 방법
Dim instance As ActivityId
[SerializableAttribute]
public class ActivityId
[SerializableAttribute]
public ref class ActivityId
[<SerializableAttribute>]
type ActivityId =  class end
public class ActivityId

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

생성자

  이름 설명
공용 메서드 ActivityId Initializes a new instance of the ActivityId class.

맨 위로 이동

속성

  이름 설명
공용 속성 Id Gets the activity identifier.
공용 속성 Sequence Gets the activity sequence.

맨 위로 이동

메서드

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

맨 위로 이동

연산자

  이름 설명
공용 연산자정적 멤버 Equality Determines whether the two instances of activity are equal.
공용 연산자정적 멤버 Inequality Determines whether the two instances of activity are not equal.

맨 위로 이동

스레드 보안

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

참고 항목

참조

Microsoft.SqlServer.XEvent 네임스페이스