Enumerazione ExpressionNodeType

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

Spazio dei nomi  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Sintassi

'Dichiarazione
Public Enumeration ExpressionNodeType
'Utilizzo
Dim instance As ExpressionNodeType
public enum ExpressionNodeType
public enum class ExpressionNodeType
type ExpressionNodeType
public enum ExpressionNodeType

Membri

Nome membro Descrizione
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.

Osservazioni

The ExpressionNodeType enumeration class is served by the Type property.

Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Management.Dmf