PortTypes 枚举

Specifies the possible values for port types.

此枚举具有可以使用其成员值位组合的 FlagsAttribute 属性。

命名空间:  Microsoft.SqlServer.TransactSql.ScriptDom
程序集:  Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)

语法

声明
<SerializableAttribute> _
<FlagsAttribute> _
Public Enumeration PortTypes
用法
Dim instance As PortTypes
[SerializableAttribute]
[FlagsAttribute]
public enum PortTypes
[SerializableAttribute]
[FlagsAttribute]
public enum class PortTypes
[<SerializableAttribute>]
[<FlagsAttribute>]
type PortTypes
public enum PortTypes

成员

成员名称 说明
Clear The type is Clear.
None The type is None.
Ssl The type is Ssl.

请参阅

参考

Microsoft.SqlServer.TransactSql.ScriptDom 命名空间