Compartir a través de


RecommendedIndex.IndexType Propiedad

Definición

Obtiene el tipo de índice (CLUSTERED, NONCLUSTERED, COLUMNSTORE, CLUSTERED COLUMNSTORE). Entre los valores posibles se incluyen: "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 de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a