Partager via


UnaryExpressionType, énumération

Spécifie un type d'expression unaire.

Espace de noms :  Microsoft.Data.Schema.ScriptDom.Sql
Assembly :  Microsoft.Data.Schema.ScriptDom.Sql (dans Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntaxe

'Déclaration
<SerializableAttribute> _
Public Enumeration UnaryExpressionType
[SerializableAttribute]
public enum UnaryExpressionType
[SerializableAttribute]
public enum class UnaryExpressionType
[<SerializableAttribute>]
type UnaryExpressionType
public enum UnaryExpressionType

Membres

Nom de membre Description
Positive Le type est Positive
Negative Le type est Negative
BitwiseNot Le type est BitwiseNot
Not Le type est Not
IsNull Le type est IsNull
IsNotNull Le type est IsNotNull

Voir aussi

Référence

Microsoft.Data.Schema.ScriptDom.Sql, espace de noms