ConnectionInfoBase Constructor (ConnectionInfoBase)

指定したオブジェクトに基づいて ConnectionInfoBase クラスの新しいインスタンスを初期化します。

名前空間: Microsoft.SqlServer.Management.Common
アセンブリ: Microsoft.SqlServer.ConnectionInfo (microsoft.sqlserver.connectioninfo.dll 内)

構文

'宣言
Protected Sub New ( _
    conn As ConnectionInfoBase _
)
protected ConnectionInfoBase (
    ConnectionInfoBase conn
)
protected:
ConnectionInfoBase (
    ConnectionInfoBase^ conn
)
protected ConnectionInfoBase (
    ConnectionInfoBase conn
)
protected function ConnectionInfoBase (
    conn : ConnectionInfoBase
)

パラメータ

  • conn
    新しいオブジェクトの基になる接続情報を示す ConnectionInfoBase オブジェクト値です。

解説

この名前空間、クラス、またはメンバは、Microsoft .NET Framework のバージョン 2.0 でのみサポートされています。

プラットフォーム

開発プラットフォーム

サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。

対象プラットフォーム

サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。

参照

関連項目

ConnectionInfoBase Class
ConnectionInfoBase Members
Microsoft.SqlServer.Management.Common Namespace