Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets a list of the expressions that come after By.
Espace de noms : Microsoft.SqlServer.TransactSql.ScriptDom
Assembly : Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntaxe
'Déclaration
Public ReadOnly Property ByExpressions As IList(Of ScalarExpression)
Get
'Utilisation
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>
Valeur de propriété
Type : System.Collections.Generic.IList<ScalarExpression>
The list of the expressions that come after By.