ScalarExpressionType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public enum ScalarExpressionType
type ScalarExpressionType =
Public Enum ScalarExpressionType
- Inheritance
-
ScalarExpressionType
Fields
Name | Value | Description |
---|---|---|
Unknown | 0 | |
Binary | 1 | |
Case | 2 | |
Collate | 4 | |
ColumnReference | 8 | |
Literal | 16 | |
Function | 32 | |
GlobalVariableReference | 64 | |
SubQuery | 128 | |
Unary | 256 | |
Udt | 512 | |
VariableReference | 1024 | |
Null | 16777216 | |
Error | 33554432 |