OlapConnectionProperties 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 OlapConnectionProperties 類別的新執行個體。
多載
| 名稱 | Description |
|---|---|
| OlapConnectionProperties() |
初始化一個新的類別實例 OlapConnectionProperties ,使用預設屬性值。 |
| OlapConnectionProperties(IServerType) |
初始化該類別的新實例 OlapConnectionProperties ,使用指定的父伺服器。 |
OlapConnectionProperties()
初始化一個新的類別實例 OlapConnectionProperties ,使用預設屬性值。
public:
OlapConnectionProperties();
public OlapConnectionProperties();
Public Sub New ()
適用於
OlapConnectionProperties(IServerType)
初始化該類別的新實例 OlapConnectionProperties ,使用指定的父伺服器。
public:
OlapConnectionProperties(Microsoft::SqlServer::Management::UI::ConnectionDlg::IServerType ^ parentServer);
public OlapConnectionProperties(Microsoft.SqlServer.Management.UI.ConnectionDlg.IServerType parentServer);
new Microsoft.SqlServer.Management.UI.ConnectionDlg.OlapConnectionProperties : Microsoft.SqlServer.Management.UI.ConnectionDlg.IServerType -> Microsoft.SqlServer.Management.UI.ConnectionDlg.OlapConnectionProperties
Public Sub New (parentServer As IServerType)
參數
- parentServer
- IServerType
一種建立這種控制實例的方法。