Partager via


Propriété ServerEventArgs.EventType

Gets the type of event.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public ReadOnly Property EventType As EventType 
    Get
'Utilisation
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

Valeur de propriété

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

Exemples

Gestion des événements SMO

Voir aussi

Référence

ServerEventArgs Classe

Espace de noms Microsoft.SqlServer.Management.Smo