IPropertyPage2 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
定义一个方法,该方法在连接对话框中显示属性页。
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) |