共用方式為


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 命名空間