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


Перечисление ProtocolType

The ProtocolType enumeration contains values that are used to specify the type of protocol.

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

Синтаксис

'Декларация
Public Enumeration ProtocolType
'Применение
Dim instance As ProtocolType
public enum ProtocolType
public enum class ProtocolType
type ProtocolType
public enum ProtocolType

Элементы

Имя элемента Описание
Http HTTP protocol.
Tcp TCP/IP protocol.
NamedPipes Named pipes protocol.
SharedMemory Shared memory protocol.
Via VIA protocol.

Замечания

The ProtocolType enumeration is served by the ProtocolType property.