ComputeFunctionType Enumeration

Specifies the compute function type.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
Public Enumeration ComputeFunctionType
public enum ComputeFunctionType
public enum class ComputeFunctionType
type ComputeFunctionType
public enum ComputeFunctionType

Members

Member name Description
NotSpecified Type is NotSpecified
Avg Type is Avg
Count Type is Count
Max Type is Max
Min Type is Min
Stdev Type is Stdev
Stdevp Type is Stdevp
Var Type is Var
Varp Type is Varp
Sum Type is Sum
CountBig Type is CountBig
ChecksumAgg Type is ChecksumAgg

See Also

Reference

Microsoft.Data.Schema.ScriptDom.Sql Namespace