Freigeben über


SfcCollatedDictionaryCollection<T, K, ParentT>.Ascending-Eigenschaft

Gets or sets a value indicating whether to sort in ascending order. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Public Property Ascending As Boolean 
    Get 
    Set
'Usage
Dim instance As SfcCollatedDictionaryCollection 
Dim value As Boolean 

value = instance.Ascending

instance.Ascending = value
public bool Ascending { get; set; }
public:
property bool Ascending {
    bool get ();
    void set (bool value);
}
member Ascending : bool with get, set
function get Ascending () : boolean 
function set Ascending (value : boolean)

Eigenschaftswert

Typ: System.Boolean
true to sort in ascending order; otherwise, false. The default is true.

Siehe auch

Verweis

SfcCollatedDictionaryCollection<T, K, ParentT> Klasse

Microsoft.SqlServer.Management.Sdk.Sfc-Namespace