次の方法で共有


RecommendedIndex.IncludedColumns プロパティ

定義

インデックスに含める列名の一覧を取得します

[Newtonsoft.Json.JsonProperty(PropertyName="properties.includedColumns")]
public System.Collections.Generic.IList<string> IncludedColumns { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.includedColumns")>]
member this.IncludedColumns : System.Collections.Generic.IList<string>
Public ReadOnly Property IncludedColumns As IList(Of String)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象