Condividi tramite


Proprietà ISqlIndexedColumnSpecification.IsAscending

Ottiene o imposta un valore che indica se l'indice della colonna è in ordine crescente.

Spazio dei nomi:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Sintassi

'Dichiarazione
Property IsAscending As Boolean
    Get
    Set
bool IsAscending { get; set; }
property bool IsAscending {
    bool get ();
    void set (bool value);
}
abstract IsAscending : bool with get, set
function get IsAscending () : boolean
function set IsAscending (value : boolean)

Valore proprietà

Tipo: System.Boolean

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISqlIndexedColumnSpecification Interfaccia

Spazio dei nomi Microsoft.Data.Schema.Sql.SchemaModel