ProtocolType 열거형
The ProtocolType enumeration contains values that are used to specify the type of protocol.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.SqlEnum.dll의 Microsoft.SqlServer.SqlEnum
구문
‘선언
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. |