PortTypes 枚举

指定端口类型。

此枚举有一个 FlagsAttribute 特性,通过该特性可使其成员值按位组合。

命名空间:  Microsoft.Data.Schema.ScriptDom.Sql
程序集:  Microsoft.Data.Schema.ScriptDom.Sql(在 Microsoft.Data.Schema.ScriptDom.Sql.dll 中)

语法

声明
<SerializableAttribute> _
<FlagsAttribute> _
Public Enumeration PortTypes
[SerializableAttribute]
[FlagsAttribute]
public enum PortTypes
[SerializableAttribute]
[FlagsAttribute]
public enum class PortTypes
[<SerializableAttribute>]
[<FlagsAttribute>]
type PortTypes
public enum PortTypes

成员

成员名称 说明
None 类型为 None
Clear 类型为 Clear
Ssl 类型为 Ssl

请参见

参考

Microsoft.Data.Schema.ScriptDom.Sql 命名空间