Condividi tramite


Proprietà ServerEventArgs.EventType

Gets the type of event.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property EventType As EventType 
    Get
'Utilizzo
Dim instance As ServerEventArgs 
Dim value As EventType 

value = instance.EventType
public EventType EventType { get; }
public:
property EventType EventType {
    EventType get ();
}
member EventType : EventType
function get EventType () : EventType

Valore proprietà

Tipo: Microsoft.SqlServer.Management.Smo.EventType
An EventType object value that specifies the type of event.

Esempi

Gestione degli eventi SMO

Vedere anche

Riferimento

ServerEventArgs Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo