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.