Udostępnij przez


Właściwość OrderColumn.Descending

Pobiera lub ustawia Boolean wartość, która określa, czy kolumna jest sortowany rosnąco (false) lub malejąco (true).

Przestrzeń nazw:  Microsoft.SqlServer.Management.Smo
Zestaw:  Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)

Składnia

'Deklaracja
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property Descending As Boolean
    Get
    Set
'Użycie
Dim instance As OrderColumn
Dim value As Boolean

value = instance.Descending

instance.Descending = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public bool Descending { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property bool Descending {
    bool get ();
    void set (bool value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member Descending : bool with get, set
function get Descending () : boolean
function set Descending (value : boolean)

Wartość właściwości

Typ: System.Boolean
Boolean wartość, która określa, czy kolumna jest sortowany rosnąco (false) lub malejąco (true).

Uwagi

Przykład