Поделиться через


Конструктор ConnectionInfoBase (ConnectionType)

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

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

Синтаксис

'Декларация
Protected Sub New ( _
    serverType As ConnectionType _
)
'Применение
Dim serverType As ConnectionType

Dim instance As New ConnectionInfoBase(serverType)
protected ConnectionInfoBase(
    ConnectionType serverType
)
protected:
ConnectionInfoBase(
    ConnectionType serverType
)
new : 
        serverType:ConnectionType -> ConnectionInfoBase
protected function ConnectionInfoBase(
    serverType : ConnectionType
)

Параметры