Aracılığıyla paylaş


ServerEventArgs Members

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.

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

Public Properties

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

Top

Public Methods

(see also Protected Methods )

  Name Description
ms220198.pubmethod(tr-tr,SQL.100).gif Equals  Overloaded. (inherited from Object )
ms220198.pubmethod(tr-tr,SQL.100).gif GetHashCode  (inherited from Object )
ms220198.pubmethod(tr-tr,SQL.100).gif GetType  (inherited from Object )
ms220198.pubmethod(tr-tr,SQL.100).gifms220198.static(tr-tr,SQL.100).gif ReferenceEquals  (inherited from Object )
ms220198.pubmethod(tr-tr,SQL.100).gif ToString  (inherited from Object )

Top

Protected Methods

  Name Description
ms220198.protmethod(tr-tr,SQL.100).gif Finalize  (inherited from Object )
ms220198.protmethod(tr-tr,SQL.100).gif MemberwiseClone  (inherited from Object )

Top