SmoEventArgs Members

Include Protected Members
Include Inherited Members

The SmoEventArgs object provides programmatic access to the arguments used to report the events that occur in SMO applications.

The SmoEventArgs type exposes the following members.

Constructors

  Name Description
Public method SmoEventArgs(Urn) Initializes a new instance of the SmoEventArgs class with the specified Uniform Resource Name (URN) address.

Top

Methods

  Name Description
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() (Inherited from Object.)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() (Inherited from Object.)

Top

Properties

  Name Description
Public property Urn Gets the Uniform Resource Name (URN) address of SMO event.

Top