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.

참고 항목

참조

Microsoft.SqlServer.Management.SqlParser.Metadata 네임스페이스