UnaryExpressionType 枚举

指定一元表达式类型。

命名空间:  Microsoft.Data.Schema.ScriptDom.Sql
程序集:  Microsoft.Data.Schema.ScriptDom.Sql(在 Microsoft.Data.Schema.ScriptDom.Sql.dll 中)

语法

声明
<SerializableAttribute> _
Public Enumeration UnaryExpressionType
[SerializableAttribute]
public enum UnaryExpressionType
[SerializableAttribute]
public enum class UnaryExpressionType
[<SerializableAttribute>]
type UnaryExpressionType
public enum UnaryExpressionType

成员

成员名称 说明
Positive 类型为 Positive
Negative 类型为 Negative
BitwiseNot 类型为 BitwiseNot
Not 类型为 Not
IsNull 类型为 IsNull
IsNotNull 类型为 IsNotNull

请参见

参考

Microsoft.Data.Schema.ScriptDom.Sql 命名空间