Compartilhar via


Evento IVsDataConnectionDialog.VerifyConfiguration

Ocorre quando o botão de OK é clicado na caixa de diálogo de Adicionar Conexão .Os clientes podem usar esse evento para executar verificação de configuração.

Namespace:  Microsoft.VisualStudio.Data.Services
Assembly:  Microsoft.VisualStudio.Data.Services (em Microsoft.VisualStudio.Data.Services.dll)

Sintaxe

'Declaração
Event VerifyConfiguration As EventHandler
event EventHandler VerifyConfiguration
 event EventHandler^ VerifyConfiguration {
    void add (EventHandler^ value);
    void remove (EventHandler^ value);
}
abstract VerifyConfiguration : IEvent<EventHandler,
    EventArgs>
JScript não oferece suporte a eventos.

Comentários

Um exemplo de uma verificação de configuração está verificando a versão do SQL Server.

Segurança do .NET Framework

Consulte também

Referência

IVsDataConnectionDialog Interface

Namespace Microsoft.VisualStudio.Data.Services