Перечисление UnaryExpressionType

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

Пространство имен:  Microsoft.SqlServer.TransactSql.ScriptDom
Сборка:  Microsoft.SqlServer.TransactSql.ScriptDom (в Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Синтаксис

'Декларация
<SerializableAttribute> _
Public Enumeration UnaryExpressionType
'Применение
Dim instance As UnaryExpressionType
[SerializableAttribute]
public enum UnaryExpressionType
[SerializableAttribute]
public enum class UnaryExpressionType
[<SerializableAttribute>]
type UnaryExpressionType
public enum UnaryExpressionType

Элементы

Имя элемента Описание
BitwiseNot Type is BitwiseNot.
Negative Type is Negative.
Positive Type is Positive.

См. также

Справочник

Пространство имен Microsoft.SqlServer.TransactSql.ScriptDom