Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
The HttpPortTypes enumeration contains values that are used to specify the type HTTP port.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration HttpPortTypes
'Usage
Dim instance As HttpPortTypes
[FlagsAttribute]
public enum HttpPortTypes
[FlagsAttribute]
public enum class HttpPortTypes
[<FlagsAttribute>]
type HttpPortTypes
public enum HttpPortTypes
Members
| Member name | Description | |
|---|---|---|
| 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. |
Remarks
The HttpPortTypes enumeration class is served by the HttpPortTypes property and the HttpPortTypes property.