ComputeClause.ComputeFunctions プロパティ

計算関数の一覧を取得します。 少なくとも 1 つ指定する必要があります。

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

構文

'宣言
Public ReadOnly Property ComputeFunctions As IList(Of ComputeFunction)
'使用
Dim instance As ComputeClause
Dim value As IList(Of ComputeFunction)

value = instance.ComputeFunctions
public IList<ComputeFunction> ComputeFunctions { get; }
public:
property IList<ComputeFunction^>^ ComputeFunctions {
    IList<ComputeFunction^>^ get ();
}
public function get ComputeFunctions () : IList<ComputeFunction>

プロパティ値

型 : System.Collections.Generic.IList<ComputeFunction>

参照

参照

ComputeClause クラス

ComputeClause メンバ

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