ExpressionNodeType Enumeration
The ExpressionNodeType enumeration contains values that specify the type of expression node.
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
| Member name | Description | |
|---|---|---|
| Attribute | Represents an attribute in an expression. | |
| Base | Represents a base in an expression. | |
| Constant | Represents a constant value, such as an object, in an expression. | |
| Function | Represents a function in an expression. | |
| Group | Represents a group in an expression. | |
| Operator | Represents an operator in an expression. |
The ExpressionNodeType enumeration class is served by the T:Microsoft.SqlServer.Management.Dmf.ExpressionNode.Type property.
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.
Show: