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 네임스페이스