IPropertyPage2 介面

定義

定義一種方法,能在連接對話框中顯示屬性頁面。

public interface class IPropertyPage2 : Microsoft::SqlServer::Management::UI::ConnectionDlg::IPropertyPage
public interface IPropertyPage2 : Microsoft.SqlServer.Management.UI.ConnectionDlg.IPropertyPage
type IPropertyPage2 = interface
    interface IPropertyPage
Public Interface IPropertyPage2
Implements IPropertyPage
衍生
實作

方法

名稱 Description
Load(UIConnectionInfo)

從連線資訊物件載入屬性頁面的狀態。

(繼承來源 IPropertyPage)
OnSelection()

當使用者選擇「屬性頁面」標籤時會發生。

Save(UIConnectionInfo)

將屬性頁面的狀態儲存到連線資訊物件中。

(繼承來源 IPropertyPage)
Setup(UIConnectionInfo)

將物件傳 UIConnectionInfo 入屬性頁面,允許它執行必要的設定。

(繼承來源 IPropertyPage)
Verify()

驗證物業頁面內容是否有效。 若內容無效,頁面應顯示並顯示錯誤訊息。

(繼承來源 IPropertyPage)

適用於