PortTypes Enumeration
Specifies the possible values for port types.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
<SerializableAttribute> _
<FlagsAttribute> _
Public Enumeration PortTypes
'Usage
Dim instance As PortTypes
[SerializableAttribute]
[FlagsAttribute]
public enum PortTypes
[SerializableAttribute]
[FlagsAttribute]
public enum class PortTypes
[<SerializableAttribute>]
[<FlagsAttribute>]
type PortTypes
public enum PortTypes
Members
Member name | Description | |
---|---|---|
Clear | The type is Clear. | |
None | The type is None. | |
Ssl | The type is Ssl. |