Compartir a través de


ComputeClause.ByExpressions Propiedad

Gets a list of the expressions that come after By.

Espacio de nombres:  Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado:  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxis

'Declaración
Public ReadOnly Property ByExpressions As IList(Of ScalarExpression)
    Get
'Uso
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>

Valor de la propiedad

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

Vea también

Referencia

ComputeClause Clase

Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom