IPropertyPage2 Interface

Definition

Defines a method that displays the property page in the connection dialog box.

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
Derived
Implements

Methods

Load(UIConnectionInfo)

Loads the state of the property page from the connection information object.

(Inherited from IPropertyPage)
OnSelection()

Occurs when the user selects the Property Page tab.

Save(UIConnectionInfo)

Saves the state of the property page to the connection information object.

(Inherited from IPropertyPage)
Setup(UIConnectionInfo)

Passes the UIConnectionInfo object to the property page that allows it to perform whatever setup is necessary.

(Inherited from IPropertyPage)
Verify()

Verifies the contents of the property page that are valid. If the contents are not valid, the page should make it visible and display an error message.

(Inherited from IPropertyPage)

Applies to