Enumeração ScalarType
Defines the scalar object types.
Namespace: Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (em Microsoft.SqlServer.Management.SqlParser.dll)
Sintaxe
'Declaração
Public Enumeration ScalarType
'Uso
Dim instance As ScalarType
public enum ScalarType
public enum class ScalarType
type ScalarType
public enum ScalarType
Membros
| Nome do membro | Descrição | |
|---|---|---|
| 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. |