Udostępnij przez


ServerMessageEventArgs Members

The ServerMessageEventArgs class represents the arguments used when a server message event is raised.

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

Public Constructors

  Name Description
ServerMessageEventArgs Initializes a new instance of the ServerMessageEventArgs class for the specified event and with the specified error.

Top

Public Properties

  Name Description
ms218664.pubproperty(pl-pl,SQL.100).gif Error Gets the error associated with the server message event.

Top

Public Methods

(see also Protected Methods )

  Name Description
ms218664.pubmethod(pl-pl,SQL.100).gif Equals  Overloaded. (inherited from Object )
ms218664.pubmethod(pl-pl,SQL.100).gif GetHashCode  (inherited from Object )
ms218664.pubmethod(pl-pl,SQL.100).gif GetType  (inherited from Object )
ms218664.pubmethod(pl-pl,SQL.100).gifms218664.static(pl-pl,SQL.100).gif ReferenceEquals  (inherited from Object )
ms218664.pubmethod(pl-pl,SQL.100).gif ToString Overridden. Returns a String that represents the ServerMessageEventArgs object.

Top

Protected Methods

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

Top