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.

请参阅

参考

Microsoft.SqlServer.Management.Smo 命名空间