Свойство SelectStatement.ComputeClauses

Gets or sets the compute by clauses. May have zero elements.

Пространство имен:  Microsoft.SqlServer.TransactSql.ScriptDom
Сборка:  Microsoft.SqlServer.TransactSql.ScriptDom (в Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Синтаксис

'Декларация
Public ReadOnly Property ComputeClauses As IList(Of ComputeClause)
    Get
'Применение
Dim instance As SelectStatement 
Dim value As IList(Of ComputeClause)

value = instance.ComputeClauses
public IList<ComputeClause> ComputeClauses { get; }
public:
property IList<ComputeClause^>^ ComputeClauses {
    IList<ComputeClause^>^ get ();
}
member ComputeClauses : IList<ComputeClause>
function get ComputeClauses () : IList<ComputeClause>

Значение свойства

Тип: System.Collections.Generic.IList<ComputeClause>
The compute by clauses.

См. также

Справочник

SelectStatement Класс

Пространство имен Microsoft.SqlServer.TransactSql.ScriptDom