ComputeFunctionType-Enumeration
Gibt den Typ der Berechnungsfunktion an.
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
Member
Membername | Beschreibung | |
---|---|---|
NotSpecified | Typ ist NotSpecified | |
Avg | Typ ist Avg | |
Count | Typ ist Count | |
Max | Typ ist Max | |
Min | Typ ist Min | |
Stdev | Typ ist Stdev | |
Stdevp | Typ ist Stdevp | |
Var | Typ ist Var | |
Varp | Typ ist Varp | |
Sum | Typ ist Sum | |
CountBig | Typ ist CountBig | |
ChecksumAgg | Typ ist ChecksumAgg |