Partager via


Énumération ComputeFunctionType

Specifies the possible types for compute function of compute clause.

Espace de noms :  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly :  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntaxe

'Déclaration
Public Enumeration ComputeFunctionType
'Utilisation
Dim instance As ComputeFunctionType
public enum ComputeFunctionType
public enum class ComputeFunctionType
type ComputeFunctionType
public enum ComputeFunctionType

Membres

Nom de membre Description
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.

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom