Перечисление 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.