Share via


SqlConnectionProperties クラス

定義

SqlConnectionProperties の説明を表示します。

public ref class SqlConnectionProperties sealed : System::Windows::Forms::UserControl, Microsoft::SqlServer::Management::UI::ConnectionDlg::IPropertyPage2
[Microsoft.SqlServer.Management.UI.ConnectionDlg.HelpKeyWord("sql13.swb.connecttosqlserver.connectionproperties.f1")]
public sealed class SqlConnectionProperties : System.Windows.Forms.UserControl, Microsoft.SqlServer.Management.UI.ConnectionDlg.IPropertyPage2
[<Microsoft.SqlServer.Management.UI.ConnectionDlg.HelpKeyWord("sql13.swb.connecttosqlserver.connectionproperties.f1")>]
type SqlConnectionProperties = class
    inherit UserControl
    interface IPropertyPage2
    interface IPropertyPage
Public NotInheritable Class SqlConnectionProperties
Inherits UserControl
Implements IPropertyPage2
継承
SqlConnectionProperties
属性
実装

コンストラクター

SqlConnectionProperties()

SqlConnectionProperties クラスの新しいインスタンスを既定のプロパティ値で初期化します。

SqlConnectionProperties(IServerType)

指定された親サーバー パラメーターを使用して、SqlConnectionProperties クラスの新しいインスタンスを初期化します。

メソッド

Load(UIConnectionInfo)

指定された CI からコントロールの UI 要素に情報を読み込みます。

OnSelection()

サーバー接続を設定するネットワーク プロトコルを継承します。

Save(UIConnectionInfo)

UI コントロールの内容を指定された CI に保存します。

Setup(UIConnectionInfo)

データベース コンボ ボックスの MRU およびオートコンプリート フィールドを生成します。

Verify()

ユーザー コントロールの現在の内容を検証する必要がある場合に実行します。

イベント

ValueChanged

プロパティ値が変更されるときに発生します。

適用対象