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 ReadOnly Property ComputeFunctions As IList(Of ComputeFunction)
    Get
用法
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 ();
}
member ComputeFunctions : IList<ComputeFunction>
function get ComputeFunctions () : IList<ComputeFunction>

属性值

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

请参阅

参考

ComputeClause 类

Microsoft.SqlServer.TransactSql.ScriptDom 命名空间