Dela via


ISql100ClrFunctionOrderedColumnSpecification.IsAscending Property

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

Syntax

'Declaration
Property IsAscending As Nullable(Of Boolean)
'Usage
Dim instance As ISql100ClrFunctionOrderedColumnSpecification 
Dim value As Nullable(Of Boolean)

value = instance.IsAscending

instance.IsAscending = value
Nullable<bool> IsAscending { get; set; }
property Nullable<bool> IsAscending {
    Nullable<bool> get ();
    void set (Nullable<bool> value);
}
function get IsAscending () : Nullable<boolean>
function set IsAscending (value : Nullable<boolean>)

Property Value

Type: System.Nullable<Boolean>

.NET Framework Security

See Also

Reference

ISql100ClrFunctionOrderedColumnSpecification Interface

ISql100ClrFunctionOrderedColumnSpecification Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace