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 命名空间