ComputeClause.ByExpressions Property

Definition

The expressions that come after by. Optional, may have zero elements.

public System.Collections.Generic.IList<Microsoft.SqlServer.TransactSql.ScriptDom.ScalarExpression> ByExpressions { get; }
member this.ByExpressions : System.Collections.Generic.IList<Microsoft.SqlServer.TransactSql.ScriptDom.ScalarExpression>
Public ReadOnly Property ByExpressions As IList(Of ScalarExpression)

Property Value

Applies to