UnaryExpressionType-Enumeration
Gibt einen unären Ausdruckstyp an.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Enumeration UnaryExpressionType
[SerializableAttribute]
public enum UnaryExpressionType
[SerializableAttribute]
public enum class UnaryExpressionType
[<SerializableAttribute>]
type UnaryExpressionType
public enum UnaryExpressionType
Member
Membername | Beschreibung | |
---|---|---|
Positive | Typ ist Positive | |
Negative | Typ ist Negative | |
BitwiseNot | Typ ist BitwiseNot | |
Not | Typ ist Not | |
IsNull | Typ ist IsNull | |
IsNotNull | Typ ist IsNotNull |