IPropertyPage2 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
定義一種方法,能在連接對話框中顯示屬性頁面。
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) |