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。 |