Partilhar via


Propriedade ISqlIndexedColumnSpecification.IsAscending

Obtém ou define um valor que indica se o índice da coluna em ordem crescente.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (em Microsoft.Data.Schema.Sql.dll)

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: System.Boolean

Segurança do .NET Framework

Consulte também

Referência

ISqlIndexedColumnSpecification Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel