ConnectionInfoBase Constructor (ConnectionType)

Initializes a new instance of the ConnectionInfoBase class with the specified connection type.

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

Синтаксис

'Декларация
Protected Sub New ( _
    serverType As ConnectionType _
)
protected ConnectionInfoBase (
    ConnectionType serverType
)
protected:
ConnectionInfoBase (
    ConnectionType serverType
)
protected ConnectionInfoBase (
    ConnectionType serverType
)
protected function ConnectionInfoBase (
    serverType : ConnectionType
)

Параметры

  • serverType
    A ConnectionType object value that specifies the type of connection.

Замечания

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

Платформы

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

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

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

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

См. также

Справочник

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