HttpPortTypes 枚举
The HttpPortTypes enumeration contains values that are used to specify the type HTTP port.
此枚举具有可以使用其成员值位组合的 FlagsAttribute 属性。
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.SqlEnum(在 Microsoft.SqlServer.SqlEnum.dll 中)
语法
声明
<FlagsAttribute> _
Public Enumeration HttpPortTypes
用法
Dim instance As HttpPortTypes
[FlagsAttribute]
public enum HttpPortTypes
[FlagsAttribute]
public enum class HttpPortTypes
[<FlagsAttribute>]
type HttpPortTypes
public enum HttpPortTypes
成员
| 成员名称 | 说明 | |
|---|---|---|
| None | No port types are enabled. | |
| Ssl | The secure sockets port type is enabled. | |
| Clear | The clear port type is enabled. | |
| All | All port types are enabled. |
注释
The HttpPortTypes enumeration class is served by the HttpPortTypes property and the HttpPortTypes()()()() property.