Ascending Propiedad

Gets or sets a value indicating whether to sort in ascending order. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.

Espacio de nombres:  Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado:  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxis

'Declaración
Public Property Ascending As Boolean
    Get
    Set
'Uso
Dim instance As SfcCollatedDictionaryCollection
Dim value As Boolean

value = instance.Ascending

instance.Ascending = value
public bool Ascending { get; set; }
public:
property bool Ascending {
    bool get ();
    void set (bool value);
}
member Ascending : bool with get, set
function get Ascending () : boolean
function set Ascending (value : boolean)

Valor de la propiedad

Tipo: System. . :: . .Boolean
true to sort in ascending order; otherwise, false. The default is true.