Share via


ISql100TableTypeIndexedColumnSpecification.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 Boolean
'Usage
Dim instance As ISql100TableTypeIndexedColumnSpecification 
Dim value As Boolean 

value = instance.IsAscending

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

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ISql100TableTypeIndexedColumnSpecification Interface

ISql100TableTypeIndexedColumnSpecification Members

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