ConnectionInfoBase 建構 (ConnectionInfoBase)
Initializes a new instance of the ConnectionInfoBase class based on the specified object.
命名空間: 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
A ConnectionInfoBase object value that specifies connection information on which to base the new object.