Поделиться через


Перечисление ExpressionNodeType

The ExpressionNodeType enumeration contains values that specify the type of expression node.

Пространство имен:  Microsoft.SqlServer.Management.Dmf
Сборка:  Microsoft.SqlServer.Dmf (в Microsoft.SqlServer.Dmf.dll)

Синтаксис

'Декларация
Public Enumeration ExpressionNodeType
'Применение
Dim instance As ExpressionNodeType
public enum ExpressionNodeType
public enum class ExpressionNodeType
type ExpressionNodeType
public enum ExpressionNodeType

Элементы

Имя элемента Описание
Base Represents a base in an expression.
Constant Represents a constant value, such as an object, in an expression.
Attribute Represents an attribute in an expression.
Operator Represents an operator in an expression.
Function Represents a function in an expression.
Group Represents a group in an expression.

Замечания

The ExpressionNodeType enumeration class is served by the Type property.

Это пространство имен, класс или элемент поддерживаются только платформой Microsoft .NET Framework версии 2.0.