単項式の種類を指定します。
名前空間: 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 です |