IPropertyPage2 接口

定义

定义一个方法,该方法在连接对话框中显示属性页。

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
派生
实现

方法

Load(UIConnectionInfo)

从连接信息对象加载属性页的状态。

(继承自 IPropertyPage)
OnSelection()

当用户选择“属性页”选项卡时发生。

Save(UIConnectionInfo)

将属性页的状态保存到连接信息对象。

(继承自 IPropertyPage)
Setup(UIConnectionInfo)

UIConnectionInfo 对象传递到允许其执行所需任何设置的属性页。

(继承自 IPropertyPage)
Verify()

验证有效的属性页的内容。 如果内容无效,则该页应使其可见并且显示错误消息。

(继承自 IPropertyPage)

适用于