Свойство 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