RecommendedIndex.IndexType Propriedade

Definição

Obtém o tipo de índice (CLUSTERED, NONCLUSTERED, COLUMNSTORE, CLUSTERED COLUMNSTORE). Os valores possíveis incluem: 'CLUSTERED', 'NONCLUSTERED', 'COLUMNSTORE', 'CLUSTERED COLUMNSTORE'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.indexType")]
public Microsoft.Azure.Management.Sql.Fluent.Models.RecommendedIndexType? IndexType { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.indexType")>]
member this.IndexType : Nullable<Microsoft.Azure.Management.Sql.Fluent.Models.RecommendedIndexType>
Public ReadOnly Property IndexType As Nullable(Of RecommendedIndexType)

Valor da propriedade

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Aplica-se a