共用方式為


ComputeClause.ComputeFunctions 屬性

取得 Compute 函式的清單。 至少要有一個項目。

命名空間:  Microsoft.Data.Schema.ScriptDom.Sql
組件:  Microsoft.Data.Schema.ScriptDom.Sql (在 Microsoft.Data.Schema.ScriptDom.Sql.dll 中)

語法

'宣告
Public ReadOnly Property ComputeFunctions As IList(Of ComputeFunction)
    Get
public IList<ComputeFunction> ComputeFunctions { get; }
public:
property IList<ComputeFunction^>^ ComputeFunctions {
    IList<ComputeFunction^>^ get ();
}
member ComputeFunctions : IList<ComputeFunction>
function get ComputeFunctions () : IList<ComputeFunction>

屬性值

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

.NET Framework 安全性

請參閱

參考

ComputeClause 類別

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