Classe DatabaseEventArgs
The DatabaseEventArgs object represents the arguments passed by the event raised by the database.
Gerarchia di ereditarietà
System. . :: . .Object
System. . :: . .EventArgs
Microsoft.SqlServer.Management.Smo. . :: . .SmoEventArgs
Microsoft.SqlServer.Management.Smo..::..DatabaseEventArgs
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Public Class DatabaseEventArgs _
Inherits SmoEventArgs
'Utilizzo
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
Nel tipo DatabaseEventArgs sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
DatabaseEventArgs | The DatabaseEventArgs object represents the arguments passed by the event raised by the database. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
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. Ereditato da SmoEventArgs. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Ereditato da Object. | |
Finalize | Ereditato da Object. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da Object. | |
MemberwiseClone | Ereditato da Object. | |
ToString | Ereditato da Object. |
In alto
Osservazioni
Thread Safety
Tutti i membri statici pubblici (Shared in Microsoft Visual Basic) di questo tipo sono sicuri per le operazioni a thread multipli. Non è invece garantita la sicurezza dei membri dell'istanza.
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.