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
屬性
實作

建構函式

名稱 Description
OlapConnectionProperties()

初始化一個新的類別實例 OlapConnectionProperties ,使用預設屬性值。

OlapConnectionProperties(IServerType)

初始化該類別的新實例 OlapConnectionProperties ,使用指定的父伺服器。

方法

名稱 Description
Dispose(Boolean)

釋放 未管理的資源, OlapConnectionProperties 並可選擇性地釋放受管理資源。

Load(UIConnectionInfo)

將所提供 UIConnectionInfo 物件的數值載入控制項。

RegisterEventHandlers()

將異常處理器渲染到連線屬性。

Save(UIConnectionInfo)

會觸發一個事件,儲存連線屬性的設定。

Setup(UIConnectionInfo)

啟動設定,透過比較快取 UIConnectionInfo 物件與新物件,檢查連線資訊是否需更新。

ShowDatabaseSelection()

初始化資料庫選擇,顯示在連線屬性中。

UnregisterEventHandlers()

在控制項更新期間,讓事件處理器暫時取消註冊。

Verify()

取得一個值以驗證控制項中連接屬性的值。

WndProc(Message)

處理 Windows 訊息。

事件

名稱 Description
ValueChanged

當價值屬性改變時,會發生這種情況。

適用於