Compartilhar via


Propriedade do RDL SfcCollatedDictionaryCollection<T, K, ParentT>.Ascending

Gets or sets a value indicating whether to sort in ascending order. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxe

'Declaração
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 da propriedade

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

Consulte também

Referência

SfcCollatedDictionaryCollection<T, K, ParentT> Classe

Namespace Microsoft.SqlServer.Management.Sdk.Sfc