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 命名空间