Конструктор 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.