HttpPorts Enumeration

Listening port types associated with an endpoint.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:  Microsoft.SqlServer.Dac.Model
Assembly:  Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration HttpPorts
'Usage
Dim instance As HttpPorts
[FlagsAttribute]
public enum HttpPorts
[FlagsAttribute]
public enum class HttpPorts
[<FlagsAttribute>]
type HttpPorts
public enum HttpPorts

Members

Member name Description
Clear Clear
None None
Ssl Ssl

See Also

Reference

Microsoft.SqlServer.Dac.Model Namespace