次の方法で共有


ComputeFunctionType 列挙体

計算関数の型を指定します。

名前空間:  Microsoft.Data.Schema.ScriptDom.Sql
アセンブリ:  Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll 内)

構文

'宣言
Public Enumeration ComputeFunctionType
public enum ComputeFunctionType
public enum class ComputeFunctionType
type ComputeFunctionType
public enum ComputeFunctionType

メンバー

メンバー名 説明
NotSpecified 型は NotSpecified です
Avg 型は Avg です
Count 型は Count です
Max 型は Max です
Min 型は Min です
Stdev 型は Stdev です
Stdevp 型は Stdevp です
Var 型は Var です
Varp 型は Varp です
Sum 型は Sum です
CountBig 型は CountBig です
ChecksumAgg 型は ChecksumAgg です

参照

参照

Microsoft.Data.Schema.ScriptDom.Sql 名前空間