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
event EventHandler VerifyConfiguration
event EventHandler^ VerifyConfiguration {
void add (EventHandler^ value);
void remove (EventHandler^ value);
}
abstract VerifyConfiguration : IEvent<EventHandler,
EventArgs>
JScript does not support events.
Remarks
An example of a configuration check is checking the version of SQL Server.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.