Enumerazione ProtocolType
The ProtocolType enumeration contains values that are used to specify the type of protocol.
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)
Sintassi
'Dichiarazione
Public Enumeration ProtocolType
'Utilizzo
Dim instance As ProtocolType
public enum ProtocolType
public enum class ProtocolType
type ProtocolType
public enum ProtocolType
Membri
Nome membro | Descrizione | |
---|---|---|
Http | HTTP protocol. | |
Tcp | TCP/IP protocol. | |
NamedPipes | Named pipes protocol. | |
SharedMemory | Shared memory protocol. | |
Via | VIA protocol. |