Partager via


ISql100TableTypeIndexedColumnSpecification.IsAscending, propriété

Obtient ou définit une valeur qui indique si l'index de cette colonne est croissant.

Espace de noms :  Microsoft.Data.Schema.Sql.SchemaModel
Assembly :  Microsoft.Data.Schema.Sql (dans Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : System.Boolean

Sécurité .NET Framework

Voir aussi

Référence

ISql100TableTypeIndexedColumnSpecification Interface

Microsoft.Data.Schema.Sql.SchemaModel, espace de noms