Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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. |