DatabaseIndex.IsDescending Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Um conjunto de valores que indica se cada coluna de índice correspondente tem ordem de classificação decrescente.
public virtual System.Collections.Generic.IList<bool> IsDescending { get; set; }
member this.IsDescending : System.Collections.Generic.IList<bool> with get, set
Public Overridable Property IsDescending As IList(Of Boolean)