Share via


IPropertyPage2 Interface

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

Namespace:  Microsoft.SqlServer.Management.UI.ConnectionDlg
Assembly:  ConnectionDlg (in ConnectionDlg.dll)

Syntax

'Declaration
Public Interface IPropertyPage2 _
    Inherits IPropertyPage
'Usage
Dim instance As IPropertyPage2
public interface IPropertyPage2 : IPropertyPage
public interface class IPropertyPage2 : IPropertyPage
type IPropertyPage2 =  
    interface 
        interface IPropertyPage 
    end
public interface IPropertyPage2 extends IPropertyPage

The IPropertyPage2 type exposes the following members.

Methods

  Name Description
Public method Load Loads the state of the property page from the connection information object. (Inherited from IPropertyPage.)
Public method OnSelection Occurs when the user selects the Property Page tab.
Public method Save Saves the state of the property page to the connection information object. (Inherited from IPropertyPage.)
Public method Setup Passes the UIConnectionInfo object to the property page that allows it to perform whatever setup is necessary. (Inherited from IPropertyPage.)
Public method 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.)

Top

See Also

Reference

Microsoft.SqlServer.Management.UI.ConnectionDlg Namespace