Compartir a través de


DatabaseEventArgs.DatabaseEventType Propiedad

Gets the type of database event.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public ReadOnly Property DatabaseEventType As DatabaseEventType 
    Get
'Uso
Dim instance As DatabaseEventArgs 
Dim value As DatabaseEventType 

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

Valor de la propiedad

Tipo: Microsoft.SqlServer.Management.Smo.DatabaseEventType
A DatabaseEventType object value that specifies the type of database event.

Ejemplos

Controlar eventos SMO

Vea también

Referencia

DatabaseEventArgs Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo