DatabaseEventArgs-Klasse
The DatabaseEventArgs object represents the arguments passed by the event raised by the database.
Vererbungshierarchie
System.Object
System.EventArgs
Microsoft.SqlServer.Management.Smo.SmoEventArgs
Microsoft.SqlServer.Management.Smo.DatabaseEventArgs
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Class DatabaseEventArgs _
Inherits SmoEventArgs
'Usage
Dim instance As DatabaseEventArgs
public class DatabaseEventArgs : SmoEventArgs
public ref class DatabaseEventArgs : public SmoEventArgs
type DatabaseEventArgs =
class
inherit SmoEventArgs
end
public class DatabaseEventArgs extends SmoEventArgs
Der DatabaseEventArgs-Typ macht folgende Elemente verfügbar.
Konstruktoren
Name | Beschreibung | |
---|---|---|
DatabaseEventArgs | The DatabaseEventArgs object represents the arguments passed by the event raised by the database. |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
DatabaseEventType | Gets the type of database event. | |
Name | Gets the name of the database. | |
SmoObject | Gets the object that caused the database event. | |
Urn | Gets the Uniform Resource Name (URN) address of SMO event. (Geerbt von SmoEventArgs.) |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Equals | (Geerbt von Object.) | |
Finalize | (Geerbt von Object.) | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
MemberwiseClone | (Geerbt von Object.) | |
ToString | (Geerbt von Object.) |
Zum Anfang
Hinweise
Thread Safety
Alle öffentlichen, statischen Elemente dieses Typs (Shared in Microsoft Visual Basic) sind für Vorgänge mit mehreren Threads sicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.
Beispiele
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.