SqlConnectionProperties Class

Definition

Displays the description for 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
Inheritance
SqlConnectionProperties
Attributes
Implements

Constructors

SqlConnectionProperties()

Initializes a new instance of the SqlConnectionProperties class with the default property values.

SqlConnectionProperties(IServerType)

Initializes a new instance of the SqlConnectionProperties class with the specified parent server parameter.

Methods

Load(UIConnectionInfo)

Loads the information from a specified CI into the UI elements of the control.

OnSelection()

Inherits the network protocol that sets the server connection.

Save(UIConnectionInfo)

Saves contents of UI control into provided CI.

Setup(UIConnectionInfo)

Generates the MRU and autocomplete fields for the database combo box.

Verify()

Performs when the user control is required to validate the current contents of its controls.

Events

ValueChanged

Occurs when the property value is changed.

Applies to