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