Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
The HttpPortTypes enumeration contains values that are used to specify the type HTTP port.
Diese Enumeration verfügt über ein FlagsAttribute-Attribut, das die bitweise Kombination der Elementwerte zulässt.
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
Elemente
| Elementname | Beschreibung | |
|---|---|---|
| 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. |
Hinweise
The HttpPortTypes enumeration class is served by the HttpPortTypes property and the HttpPortTypes property.