ServerEventArgs.EventType Property

Definition

Gets the type of event.

public:
 property Microsoft::SqlServer::Management::Smo::EventType EventType { Microsoft::SqlServer::Management::Smo::EventType get(); };
public Microsoft.SqlServer.Management.Smo.EventType EventType { get; }
member this.EventType : Microsoft.SqlServer.Management.Smo.EventType
Public ReadOnly Property EventType As EventType

Property Value

An EventType object value that specifies the type of event.

Examples

Handling SMO Events

Applies to