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
派生
実装

メソッド

Load(UIConnectionInfo)

接続情報オブジェクトからプロパティ ページの状態を読み込みます。

(継承元 IPropertyPage)
OnSelection()

ユーザーが [プロパティ ページ] タブを選択したときに発生します。

Save(UIConnectionInfo)

接続情報オブジェクトにプロパティ ページの状態を保存します。

(継承元 IPropertyPage)
Setup(UIConnectionInfo)

UIConnectionInfo オブジェクトをプロパティ ページに渡して、設定が必要になるたびに実行できるようにします。

(継承元 IPropertyPage)
Verify()

プロパティ ページの内容が有効であることを確認します。 内容が有効でない場合は、ページを表示して、エラー メッセージを表示する必要があります。

(継承元 IPropertyPage)

適用対象