Share via


IVsDataConnectionDialog.VerifyConfiguration Event

Occurs when the OK button is clicked in the Add Connection dialog box. Clients can use this event to perform configuration checking.

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

Syntax

'Declaration
Event VerifyConfiguration As EventHandler
'Usage
Dim instance As IVsDataConnectionDialog 
Dim handler As EventHandler 

AddHandler instance.VerifyConfiguration, handler
event EventHandler VerifyConfiguration
event EventHandler^ VerifyConfiguration {
    void add (EventHandler^ value);
    void remove (EventHandler^ value);
}
JScript does not support events.

Remarks

An example of a configuration check is checking the version of SQL Server.

.NET Framework Security

See Also

Reference

IVsDataConnectionDialog Interface

IVsDataConnectionDialog Members

Microsoft.VisualStudio.Data.Services Namespace