Expand Minimize
This topic has not yet been rated - Rate this topic

PortTypes Enumeration

SQL Server 2012

Specifies the possible values for port types.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
[SerializableAttribute]
[FlagsAttribute]
public enum PortTypes
Member nameDescription
ClearThe type is Clear.
NoneThe type is None.
SslThe type is Ssl.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.