ExpressionWithSortOrder.SortOrder Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the sort order.

Namespace:   Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

public SortOrder SortOrder { get; set; }
public:
property SortOrder SortOrder {
    SortOrder get();
    void set(SortOrder value);
}
member SortOrder : SortOrder with get, set
Public Property SortOrder As SortOrder

Property Value

Type: Microsoft.SqlServer.TransactSql.ScriptDom.SortOrder

The sort order.

See Also

ExpressionWithSortOrder Class
Microsoft.SqlServer.TransactSql.ScriptDom Namespace

Return to top