Classe DataConnectionStateChangedEventArgs
Encapsula dados de evento para o evento de StateChanged para uma conexão de dados.
Hierarquia de herança
Object
EventArgs
Microsoft.VisualStudio.Data.Services.DataConnectionStateChangedEventArgs
Namespace: Microsoft.VisualStudio.Data.Services
Assembly: Microsoft.VisualStudio.Data.Services (em Microsoft.VisualStudio.Data.Services.dll)
Sintaxe
'Declaração
Public Class DataConnectionStateChangedEventArgs _
Inherits EventArgs
public class DataConnectionStateChangedEventArgs : EventArgs
public ref class DataConnectionStateChangedEventArgs : public EventArgs
type DataConnectionStateChangedEventArgs =
class
inherit EventArgs
end
public class DataConnectionStateChangedEventArgs extends EventArgs
O tipo DataConnectionStateChangedEventArgs expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
![]() |
DataConnectionStateChangedEventArgs | Inicializa uma nova instância da classe de DataConnectionStateChangedEventArgs com os estados antigas e novo da conexão. |
Superior
Propriedades
Nome | Descrição | |
---|---|---|
![]() |
NewState | Obtém o novo estado da conexão de dados. |
![]() |
OldState | Obtém o estado da conexão de dados em era antes de alteração de estado da última. |
Superior
Métodos
Nome | Descrição | |
---|---|---|
![]() |
Equals | Determines whether the specified object is equal to the current object. (Herdado de Object.) |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Herdado de Object.) |
![]() |
GetHashCode | Serves as the default hash function. (Herdado de Object.) |
![]() |
GetType | Gets the Type of the current instance. (Herdado de Object.) |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Herdado de Object.) |
![]() |
ToString | Returns a string that represents the current object. (Herdado de Object.) |
Superior
Acesso thread-safe
Quaisquer membros estático (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.