Share via


TableValuedFunction.OrderColumnsRelationship.Ascending Property

 

Ascending property class of OrderColumnsRelationship

Namespace:   Microsoft.SqlServer.Dac.Model
Assembly:  Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)

Syntax

public static ModelPropertyClass Ascending { get; internal set; }
public:
property ModelPropertyClass^ Ascending {
    static ModelPropertyClass^ get();
    internal: static void set(ModelPropertyClass^ value);
}
static member Ascending : ModelPropertyClass with get, internal set
Public Shared Property Ascending As ModelPropertyClass
    Get
    Friend Set
End Property

Property Value

Type: Microsoft.SqlServer.Dac.Model.ModelPropertyClass

See Also

TableValuedFunction.OrderColumnsRelationship Class
Microsoft.SqlServer.Dac.Model Namespace

Return to top