다음을 통해 공유


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

설명

범주 데이터 열은 일반적으로 적은 수의 고유 값을 포함하는 열이어야 합니다.

적용 대상