IVsDataConnectionDialog.VerifyConfiguration 事件

按钮。添加连接 对话框中,单击发生。客户端可以使用此事件执行配置检查。

命名空间:  Microsoft.VisualStudio.Data.Services
程序集:  Microsoft.VisualStudio.Data.Services(在 Microsoft.VisualStudio.Data.Services.dll 中)

语法

声明
Event VerifyConfiguration As EventHandler
event EventHandler VerifyConfiguration
 event EventHandler^ VerifyConfiguration {
    void add (EventHandler^ value);
    void remove (EventHandler^ value);
}
abstract VerifyConfiguration : IEvent<EventHandler,
    EventArgs>
JScript 不支持事件。

备注

配置检查的示例检查的SQL Server版本。

.NET Framework 安全性

请参见

参考

IVsDataConnectionDialog 接口

Microsoft.VisualStudio.Data.Services 命名空间