Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets a list of the expressions that come after By.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public ReadOnly Property ByExpressions As IList(Of ScalarExpression)
Get
'Usage
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>
Eigenschaftswert
Typ: System.Collections.Generic.IList<ScalarExpression>
The list of the expressions that come after By.