ComputeClause.ComputeFunctions 属性

Gets the list of the Compute functions. At least one is required.

命名空间:  Microsoft.SqlServer.TransactSql.ScriptDom
程序集:  Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)

语法

public IList<ComputeFunction> ComputeFunctions { get; }

属性值

类型:System.Collections.Generic.IList<ComputeFunction>
The list of the Compute functions.

请参阅

参考

ComputeClause 类

Microsoft.SqlServer.TransactSql.ScriptDom 命名空间