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

このコントロールのインスタンスを作成するメソッドです。

適用対象