次の方法で共有


ColumnInformation.CategoricalColumnNames プロパティ

定義

カテゴリ別のデータセット列。

[Newtonsoft.Json.JsonProperty]
public System.Collections.Generic.ICollection<string> CategoricalColumnNames { get; }
[<Newtonsoft.Json.JsonProperty>]
member this.CategoricalColumnNames : System.Collections.Generic.ICollection<string>
Public ReadOnly Property CategoricalColumnNames As ICollection(Of String)

プロパティ値

既定値は新しい空 Collection<T>です。

属性
Newtonsoft.Json.JsonPropertyAttribute

注釈

カテゴリ データ列は、通常、少数の一意の値を含む列にする必要があります。

適用対象