Share via


SqlCeConnectionProperties クラス

定義

SQLCeConnectionProperties の説明を表示します。

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

コンストラクター

SqlCeConnectionProperties(IServerType)

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

メソッド

Load(UIConnectionInfo)

コントロールの更新中に登録解除するイベント ハンドラーを示す値を返します。

RegisterEventHandlers()

SQL データベースのイベント ハンドラーとその値を示します。

Save(UIConnectionInfo)

保存する値と設定を指定します。

Setup(UIConnectionInfo)

インターフェイスの実装に必要です。

UnregisterEventHandlers()

データベースのイベント ハンドラーとその値を示します。

Verify()

接続プロパティのトレースを示す値を取得します。

イベント

ValueChanged

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

適用対象