Dela via


ISqlIndexedColumnSpecification.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 ISqlIndexedColumnSpecification 
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

ISqlIndexedColumnSpecification Interface

ISqlIndexedColumnSpecification Members

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