ServerConnection Constructor (SqlConnectionInfo)

Initializes a new instance of the ServerConnection class with the specified connection information.

Пространство имен: Microsoft.SqlServer.Management.Common
Сборка: Microsoft.SqlServer.ConnectionInfo (in microsoft.sqlserver.connectioninfo.dll)

Синтаксис

'Декларация
Public Sub New ( _
    sci As SqlConnectionInfo _
)
public ServerConnection (
    SqlConnectionInfo sci
)
public:
ServerConnection (
    SqlConnectionInfo^ sci
)
public ServerConnection (
    SqlConnectionInfo sci
)
public function ServerConnection (
    sci : SqlConnectionInfo
)

Параметры

  • sci
    A SqlConnectionInfo object value that specifies the connection information that is required to establish a connection.

Замечания

Это пространство имен, класс или элемент поддерживаются только платформой Microsoft .NET Framework версии 2.0.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

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

Другие ресурсы

Connecting to an Instance of SQL Server