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
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.