ComputeFunctionType 列舉
Specifies the possible types for compute function of compute clause.
命名空間: Microsoft.SqlServer.TransactSql.ScriptDom
組件: Microsoft.SqlServer.TransactSql.ScriptDom (在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
語法
'宣告
Public Enumeration ComputeFunctionType
'用途
Dim instance As ComputeFunctionType
public enum ComputeFunctionType
public enum class ComputeFunctionType
type ComputeFunctionType
public enum ComputeFunctionType
成員
成員名稱 | 說明 | |
---|---|---|
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. |