SqlConnectionProperties 类

定义

显示 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
继承
SqlConnectionProperties
属性
实现

构造函数

SqlConnectionProperties()

使用默认属性值初始化 SqlConnectionProperties 类的新实例。

SqlConnectionProperties(IServerType)

使用指定的父服务器参数初始化 SqlConnectionProperties 类的新实例。

方法

Load(UIConnectionInfo)

将信息从指定的 CI 加载到控件的用户界面元素中。

OnSelection()

继承用于设置服务器连接的网络协议。

Save(UIConnectionInfo)

将用户界面控件的内容保存到提供的 CI 中。

Setup(UIConnectionInfo)

为数据库组合框生成 MRU 和记忆式键入字段。

Verify()

在需要用户控件来验证其控件的当前内容时执行。

事件

ValueChanged

当更改属性值时发生。

适用于