SqlCeConnectionProperties Class

Definition

Displays the descriptions for the 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
Inheritance
SqlCeConnectionProperties
Attributes
Implements

Constructors

SqlCeConnectionProperties(IServerType)

Initializes a new instance of the SqlCeConnectionProperties class with the specified server type.

Methods

Load(UIConnectionInfo)

Returns a value that indicates the event handlers to unregister while updating the control.

RegisterEventHandlers()

Indicates the event handlers for the SQL database and its values.

Save(UIConnectionInfo)

Specifies the values and settings to be saved.

Setup(UIConnectionInfo)

Requires by interface implementation.

UnregisterEventHandlers()

Indicates the event handlers for the database and its values.

Verify()

Retrieves a value that indicates the tracing of the connection properties.

Events

ValueChanged

Occurs when the value property changes.

Applies to