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
)

パラメーター