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

'宣言
Event VerifyConfiguration As EventHandler
'使用
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.

Permissions

See Also

Reference

IVsDataConnectionDialog Interface

IVsDataConnectionDialog Members

Microsoft.VisualStudio.Data.Services Namespace