다음을 통해 공유


ServerEventArgs 멤버

The ServerEventArgs object provides programmatic access to the arguments that are used to report all types of events that occur on an instance of SQL Server.

ServerEventArgs 형식은 다음 멤버를 노출합니다.

메서드

  이름 설명
공용 메서드 Equals (Object에서 상속됩니다.)
보호된 메서드 Finalize (Object에서 상속됩니다.)
공용 메서드 GetHashCode (Object에서 상속됩니다.)
공용 메서드 GetType (Object에서 상속됩니다.)
보호된 메서드 MemberwiseClone (Object에서 상속됩니다.)
공용 메서드 ToString (Object에서 상속됩니다.)

맨 위로 이동

속성

  이름 설명
공용 속성 EventType Gets the type of event.
공용 속성 PostTime Gets the date and time at which the argument was posted.
공용 속성 Properties Represents a collection of EventProperty objects. Each EventProperty object represents a property of a server event.
공용 속성 Spid Gets the server process identifier (SPID) of the event.
공용 속성 SqlInstance Gets the instance of SQL Server on which the event occurred.

맨 위로 이동