PortTypes Enumeration

Specifies port types.

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

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

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

Members

Member name Description
None Type is None
Clear Type is Clear
Ssl Type is Ssl

See Also

Reference

Microsoft.Data.Schema.ScriptDom.Sql Namespace