ColumnInformation.CategoricalColumnNames 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
分类的数据集列。
[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
注解
分类数据列通常应为包含少量唯一值的列。