Partilhar via


Propriedade ISql100ClrFunctionOrderedColumnSpecification.IsAscending

Obtém ou define um valor que indica se a coluna é retornada 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

ISql100ClrFunctionOrderedColumnSpecification Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel