UnaryExpressionType 列挙体

単項式の種類を指定します。

名前空間 :  Microsoft.Data.Schema.ScriptDom.Sql
アセンブリ :  Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll 内)

構文

'宣言
<SerializableAttribute> _
Public Enumeration UnaryExpressionType
'使用
Dim instance As UnaryExpressionType
[SerializableAttribute]
public enum UnaryExpressionType
[SerializableAttribute]
public enum class UnaryExpressionType
public enum UnaryExpressionType

メンバ

メンバ名 説明
Positive 種類は Positive です。
Negative 種類は Negative です。
BitwiseNot 種類は BitwiseNot です。
Not 種類は Not です。
IsNull 種類は IsNull です。
IsNotNull 種類は IsNotNull です。

参照

参照

Microsoft.Data.Schema.ScriptDom.Sql 名前空間