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. | |
NamedPipes | Named pipes protocol. | |
SharedMemory | Shared memory protocol. | |
Tcp | TCP/IP protocol. | |
Via | VIA protocol. |
주의
The ProtocolType enumeration is served by the ProtocolType property.