Share via


Sql90HttpPorts 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.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration Sql90HttpPorts
[FlagsAttribute]
public enum Sql90HttpPorts
[FlagsAttribute]
public enum class Sql90HttpPorts
[<FlagsAttribute>]
type Sql90HttpPorts
public enum Sql90HttpPorts

Members

Member name Description
None Specifies that no ports types are associated with the endpoint.
Clear Specifies that the incoming requests must use HTTP.
Ssl Specifies that the incoming requests must be Secure HTTP (https://) requests.

See Also

Reference

Microsoft.Data.Schema.Sql.SchemaModel Namespace