OlapConnectionProperties 类

定义

表示 OlapConnectionProperties 的摘要说明。

public ref class OlapConnectionProperties : System::Windows::Forms::UserControl, Microsoft::SqlServer::Management::UI::ConnectionDlg::IPropertyPage
[Microsoft.SqlServer.Management.UI.ConnectionDlg.HelpKeyWord("sql13.swb.connecttoas.connectionproperties.f1")]
public class OlapConnectionProperties : System.Windows.Forms.UserControl, Microsoft.SqlServer.Management.UI.ConnectionDlg.IPropertyPage
[<Microsoft.SqlServer.Management.UI.ConnectionDlg.HelpKeyWord("sql13.swb.connecttoas.connectionproperties.f1")>]
type OlapConnectionProperties = class
    inherit UserControl
    interface IPropertyPage
Public Class OlapConnectionProperties
Inherits UserControl
Implements IPropertyPage
继承
OlapConnectionProperties
属性
实现

构造函数

OlapConnectionProperties()

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

OlapConnectionProperties(IServerType)

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

方法

Dispose(Boolean)

释放由 OlapConnectionProperties 占用的非托管资源,还可以另外再释放托管资源。

Load(UIConnectionInfo)

将来自提供的 UIConnectionInfo 对象的值加载到控件中。

RegisterEventHandlers()

向连接属性呈现异常处理程序。

Save(UIConnectionInfo)

引发一个事件,该事件保存连接属性的设置。

Setup(UIConnectionInfo)

初始化设置,以便检查是否应通过将缓存的 UIConnectionInfo 对象与新对象进行比较来更新连接信息。

ShowDatabaseSelection()

初始化要在连接属性中显示的数据库选择。

UnregisterEventHandlers()

使事件处理程序能够在更新控件时暂时注销它们。

Verify()

检索一个值以便确认控件中连接属性的值。

WndProc(Message)

处理 Windows 消息。

事件

ValueChanged

当更改值属性时发生。

适用于