子として 1 つの式を持つスカラー式の種類を指定します。
名前空間: 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 | 種類は BitwiseNot です。 | |
| Negative | 種類は Negative です。 | |
| Positive | 種類は Positive です。 |