次の方法で共有


RecommendedIndex.IndexType プロパティ

定義

インデックスの種類 (CLUSTERED、NONCLUSTERED、COLUMNSTORE、CLUSTERED COLUMNSTORE) を取得します。 指定できる値は、'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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象