EventType Propiedad
Gets the type of event.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
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 de la propiedad
Tipo: Microsoft.SqlServer.Management.Smo. . :: . .EventType
An EventType object value that specifies the type of event.
Vea también