Freigeben über


PortTypes-Enumeration

Gibt Anschlusstypen an.

Diese Enumeration verfügt über ein FlagsAttribute-Attribut, das die bitweise Kombination der Memberwerte zulässt.

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

Member

Membername Beschreibung
None Typ ist None
Clear Typ ist Clear
Ssl Typ ist Ssl

Siehe auch

Referenz

Microsoft.Data.Schema.ScriptDom.Sql-Namespace