Nota
O acesso a esta página requer autorização. Podes tentar iniciar sessão ou mudar de diretório.
O acesso a esta página requer autorização. Podes tentar mudar de diretório.
Specifies the possible types for compute function of compute clause.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxe
'Declaração
Public Enumeration ComputeFunctionType
'Uso
Dim instance As ComputeFunctionType
public enum ComputeFunctionType
public enum class ComputeFunctionType
type ComputeFunctionType
public enum ComputeFunctionType
Membros
| Nome do membro | Descrição | |
|---|---|---|
| Avg | The type is Avg. | |
| ChecksumAgg | The type is ChecksumAgg. | |
| Count | The type is Count. | |
| CountBig | The type is CountBig. | |
| Max | The type is Max. | |
| Min | The type is Min. | |
| NotSpecified | The type is NotSpecified. | |
| Stdev | The type is Stdev. | |
| Stdevp | The type is Stdevp. | |
| Sum | The type is Sum. | |
| Var | The type is Var. | |
| Varp | The type is Varp. |