OlapConnectionProperties 建構函式

定義

初始化 OlapConnectionProperties 類別的新執行個體。

多載

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

建立這個控制項之執行個體的方法。

適用於