Partilhar via


Propriedade do RDL ServerEventArgs.EventType

Gets the type of event.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
Public ReadOnly Property EventType As EventType 
    Get
'Uso
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

Valor da propriedade

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

Exemplos

Manipulando eventos SMO

Consulte também

Referência

ServerEventArgs Classe

Namespace Microsoft.SqlServer.Management.Smo