UnaryExpressionType Enumeration

Specifies the types of scalar expressions that have a single expression as a child.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Enumeration UnaryExpressionType
'Usage
Dim instance As UnaryExpressionType
[SerializableAttribute]
public enum UnaryExpressionType
[SerializableAttribute]
public enum class UnaryExpressionType
[<SerializableAttribute>]
type UnaryExpressionType
public enum UnaryExpressionType

Members

Member name Description
BitwiseNot Type is BitwiseNot.
Negative Type is Negative.
Positive Type is Positive.

See Also

Reference

Microsoft.SqlServer.TransactSql.ScriptDom Namespace