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 命名空间