Classe DatabaseEventArgs
The DatabaseEventArgs object represents the arguments passed by the event raised by the database.
Hierarquia de herança
System. . :: . .Object
System. . :: . .EventArgs
Microsoft.SqlServer.Management.Smo. . :: . .SmoEventArgs
Microsoft.SqlServer.Management.Smo..::..DatabaseEventArgs
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
Public Class DatabaseEventArgs _
Inherits SmoEventArgs
'Uso
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
O tipo DatabaseEventArgs expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
DatabaseEventArgs | The DatabaseEventArgs object represents the arguments passed by the event raised by the database. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
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. (Herdado de SmoEventArgs.) |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Comentários
Thread Safety
Qualquer membro público estático (Compartilhado no Microsoft Visual Basic) desse tipo é seguro para operações multi-threaded. Não há garantia de que qualquer membro de instância seja seguro para threads.
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.