次の方法で共有


UnaryExpressionType 列挙体

子として 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 です。

関連項目

参照

Microsoft.SqlServer.TransactSql.ScriptDom 名前空間