Właściwość DatabaseEventArgs.DatabaseEventType
Pobiera typ zdarzenie bazy danych.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
Public ReadOnly Property DatabaseEventType As DatabaseEventType
Get
'Użycie
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
Wartość właściwości
Typ: Microsoft.SqlServer.Management.Smo.DatabaseEventType
A DatabaseEventType wartość obiektu, który określa typ zdarzenie bazy danych.