Compartir a través de


Enumeración ProtocolType

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

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.SqlEnum (en Microsoft.SqlServer.SqlEnum.dll)

Sintaxis

'Declaración
Public Enumeration ProtocolType
'Uso
Dim instance As ProtocolType
public enum ProtocolType
public enum class ProtocolType
type ProtocolType
public enum ProtocolType

Miembros

Nombre del miembro Descripción
Http HTTP protocol.
NamedPipes Named pipes protocol.
SharedMemory Shared memory protocol.
Tcp TCP/IP protocol.
Via VIA protocol.

Comentarios

The ProtocolType enumeration is served by the ProtocolType property.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Management.Smo