ScalarType 枚举

Defines the scalar object types.

命名空间:  Microsoft.SqlServer.Management.SqlParser.Metadata
程序集:  Microsoft.SqlServer.Management.SqlParser(在 Microsoft.SqlServer.Management.SqlParser.dll 中)

语法

声明
Public Enumeration ScalarType
用法
Dim instance As ScalarType
public enum ScalarType
public enum class ScalarType
type ScalarType
public enum ScalarType

成员

成员名称 说明
Column A column.
Expression The evaluation of an expression.
Literal A literal.
Null A placeholder scalar.
ScalarFunction A scalar function. A scalar function can be a user-defined, built-in, or aggregate function.
ScalarVariable A scalar variable or parameter.
UdtMember A user-defined type member.