SqlObjectBase.OrderByRedirect Property
Gets an object used to translate an order by on post process fields to other supporting fields. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Protected ReadOnly Property OrderByRedirect As SortedList
Get
'Usage
Dim value As SortedList
value = Me.OrderByRedirect
protected SortedList OrderByRedirect { get; }
protected:
property SortedList^ OrderByRedirect {
SortedList^ get ();
}
member OrderByRedirect : SortedList
function get OrderByRedirect () : SortedList
Property Value
Type: System.Collections.SortedList
A value that represents an object used to translate an order by on post process fields to other supporting fields.