共用方式為


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 命名空間