Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets or sets a OrderBy.Direction object that indicates the direction, ascending or descending order of results. 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 Dir As OrderBy.Direction
Get
Set
'Usage
Dim instance As OrderBy
Dim value As OrderBy.Direction
value = instance.Dir
instance.Dir = value
public OrderBy.Direction Dir { get; set; }
public:
property OrderBy.Direction Dir {
OrderBy.Direction get ();
void set (OrderBy.Direction value);
}
member Dir : OrderBy.Direction with get, set
function get Dir () : OrderBy.Direction
function set Dir (value : OrderBy.Direction)
Property Value
Type: Microsoft.SqlServer.Management.Sdk.Sfc.OrderBy.Direction
A OrderBy.Direction object that indicates the direction, ascending or descending order of results.