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
備註
類別資料行通常應該是包含少量唯一值的資料行。