Enumerazione HttpPortTypes
The HttpPortTypes enumeration contains values that are used to specify the type HTTP port.
Questa enumerazione dispone di un attributo FlagsAttribute che consente una combinazione bit per bit dei relativi valori dei membri.
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)
Sintassi
'Dichiarazione
<FlagsAttribute> _
Public Enumeration HttpPortTypes
'Utilizzo
Dim instance As HttpPortTypes
[FlagsAttribute]
public enum HttpPortTypes
[FlagsAttribute]
public enum class HttpPortTypes
[<FlagsAttribute>]
type HttpPortTypes
public enum HttpPortTypes
Membri
Nome membro | Descrizione | |
---|---|---|
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. |
Osservazioni
The HttpPortTypes enumeration class is served by the HttpPortTypes property and the HttpPortTypes()()()() property.