Share via


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.