Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies a unary expression type.
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
'Usage
Dim instance As UnaryExpressionType
[SerializableAttribute]
public enum UnaryExpressionType
[SerializableAttribute]
public enum class UnaryExpressionType
public enum UnaryExpressionType
Members
| Member name | Description | |
|---|---|---|
| Positive | Type is Positive | |
| Negative | Type is Negative | |
| BitwiseNot | Type is BitwiseNot | |
| Not | Type is Not | |
| IsNull | Type is IsNull | |
| IsNotNull | Type is IsNotNull |