Właściwość IndexedColumn.Descending
Pobiera lub ustawia Boolean wartości właściwość, który określa, czy kolumna indeksowanej jest sortowana w malejącym lub rosnącym kolejność.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.SqlAzureDatabase Or SfcPropertyFlags.Design Or SfcPropertyFlags.Deploy)> _
Public Property Descending As Boolean
Get
Set
'Użycie
Dim instance As IndexedColumn
Dim value As Boolean
value = instance.Descending
instance.Descending = value
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase|SfcPropertyFlags.Design|SfcPropertyFlags.Deploy)]
public bool Descending { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::Standalone|SfcPropertyFlags::SqlAzureDatabase|SfcPropertyFlags::Design|SfcPropertyFlags::Deploy)]
public:
property bool Descending {
bool get ();
void set (bool value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase|SfcPropertyFlags.Design|SfcPropertyFlags.Deploy)>]
member Descending : bool with get, set
function get Descending () : boolean
function set Descending (value : boolean)
Wartość właściwości
Typ: System.Boolean
A Boolean wartość określająca, czy kolumna są sortowane w malejącym lub rosnącym kolejność.
Jeśli True, kolumna są sortowane w kolejności malejącej.
Jeśli FAŁSZ (domyślnie) kolumna jest sortowana w kolejności rosnącej
Zobacz także