Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the list of order by clauses. 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
Public Property OrderByList As OrderBy()
Get
Set
'Usage
Dim instance As PropertiesRequest
Dim value As OrderBy()
value = instance.OrderByList
instance.OrderByList = value
public OrderBy[] OrderByList { get; set; }
public:
property array<OrderBy^>^ OrderByList {
array<OrderBy^>^ get ();
void set (array<OrderBy^>^ value);
}
member OrderByList : OrderBy[] with get, set
function get OrderByList () : OrderBy[]
function set OrderByList (value : OrderBy[])
Property Value
Type: array<Microsoft.SqlServer.Management.Sdk.Sfc.OrderBy[]
An array value that represents the list of order by clauses.