Свойство ComputeClause.ByExpressions

Gets a list of the expressions that come after By.

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

Синтаксис

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

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

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

Тип: System.Collections.Generic.IList<ScalarExpression>
The list of the expressions that come after By.

См. также

Справочник

ComputeClause Класс

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