다음을 통해 공유


ServerEventArgs Members

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

The following tables list the members exposed by the ServerEventArgs type.

Public Properties

  이름 Description
ms220198.pubproperty(ko-kr,SQL.90).gif EventType Gets the type of event.
ms220198.pubproperty(ko-kr,SQL.90).gif PostTime Gets the date and time at which the argument was posted.
ms220198.pubproperty(ko-kr,SQL.90).gif Properties Represents a collection of EventProperty objects. Each EventProperty object represents a property of a server event.
ms220198.pubproperty(ko-kr,SQL.90).gif Spid Gets the server process identifier (SPID) of the event.
ms220198.pubproperty(ko-kr,SQL.90).gif SqlInstance Gets the instance of Microsoft SQL Server on which the event occurred.

위쪽

Public Methods

(see also Protected Methods )

  이름 Description
ms220198.pubmethod(ko-kr,SQL.90).gif Equals  Overloaded. (inherited from Object )
ms220198.pubmethod(ko-kr,SQL.90).gif GetHashCode  (inherited from Object )
ms220198.pubmethod(ko-kr,SQL.90).gif GetType  (inherited from Object )
ms220198.pubmethod(ko-kr,SQL.90).gifms220198.static(ko-kr,SQL.90).gif ReferenceEquals  (inherited from Object )
ms220198.pubmethod(ko-kr,SQL.90).gif ToString  (inherited from Object )

위쪽

Protected Methods

  이름 Description
ms220198.protmethod(ko-kr,SQL.90).gif Finalize  (inherited from Object )
ms220198.protmethod(ko-kr,SQL.90).gif MemberwiseClone  (inherited from Object )

위쪽

참고 항목

참조

ServerEventArgs Class
Microsoft.SqlServer.Management.Smo Namespace

관련 자료

Handling SMO Events