Share via


Énumération ProtocolType

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

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.SqlEnum (en Microsoft.SqlServer.SqlEnum.dll)

Syntaxe

'Déclaration
Public Enumeration ProtocolType
'Utilisation
Dim instance As ProtocolType
public enum ProtocolType
public enum class ProtocolType
type ProtocolType
public enum ProtocolType

Membres

Nom de membre Description
Http HTTP protocol.
Tcp TCP/IP protocol.
NamedPipes Named pipes protocol.
SharedMemory Shared memory protocol.
Via VIA protocol.

Notes

The ProtocolType enumeration is served by the ProtocolType property.