Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |