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

멤버

멤버 이름 설명
All All port types are enabled.
Clear The clear port type is enabled.
None No port types are enabled.
Ssl The secure sockets port type is enabled.

주의

The HttpPortTypes enumeration class is served by the HttpPortTypes property and the HttpPortTypes property.

참고 항목

참조

Microsoft.SqlServer.Management.Smo 네임스페이스