ConnectionInfoBase コンストラクター (ConnectionInfoBase)
指定したオブジェクトに基づいて ConnectionInfoBase クラスの新しいインスタンスを初期化します。
名前空間: Microsoft.SqlServer.Management.Common
アセンブリ: Microsoft.SqlServer.ConnectionInfo (Microsoft.SqlServer.ConnectionInfo.dll)
構文
'宣言
Protected Sub New ( _
conn As ConnectionInfoBase _
)
'使用
Dim conn As ConnectionInfoBase
Dim instance As New ConnectionInfoBase(conn)
protected ConnectionInfoBase(
ConnectionInfoBase conn
)
protected:
ConnectionInfoBase(
ConnectionInfoBase^ conn
)
new :
conn:ConnectionInfoBase -> ConnectionInfoBase
protected function ConnectionInfoBase(
conn : ConnectionInfoBase
)
パラメーター
- conn
型: Microsoft.SqlServer.Management.Common.ConnectionInfoBase
新しいオブジェクトの基になる接続情報を示す ConnectionInfoBase オブジェクト値です。