次の方法で共有


SqlConnectionProperties コンストラクター

定義

SqlConnectionProperties クラスの新しいインスタンスを初期化します。

オーバーロード

SqlConnectionProperties()

SqlConnectionProperties クラスの新しいインスタンスを既定のプロパティ値で初期化します。

SqlConnectionProperties(IServerType)

指定された親サーバー パラメーターを使用して、SqlConnectionProperties クラスの新しいインスタンスを初期化します。

SqlConnectionProperties()

SqlConnectionProperties クラスの新しいインスタンスを既定のプロパティ値で初期化します。

public:
 SqlConnectionProperties();
public SqlConnectionProperties ();
Public Sub New ()

適用対象

SqlConnectionProperties(IServerType)

指定された親サーバー パラメーターを使用して、SqlConnectionProperties クラスの新しいインスタンスを初期化します。

public:
 SqlConnectionProperties(Microsoft::SqlServer::Management::UI::ConnectionDlg::IServerType ^ parentServer);
public SqlConnectionProperties (Microsoft.SqlServer.Management.UI.ConnectionDlg.IServerType parentServer);
new Microsoft.SqlServer.Management.UI.ConnectionDlg.SqlConnectionProperties : Microsoft.SqlServer.Management.UI.ConnectionDlg.IServerType -> Microsoft.SqlServer.Management.UI.ConnectionDlg.SqlConnectionProperties
Public Sub New (parentServer As IServerType)

パラメーター

parentServer
IServerType

コントロールのインスタンスを作成するために使用されるサーバーです。

適用対象