次の方法で共有


ColumnInformation.TextColumnNames プロパティ

定義

テキストであるデータセット列。

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

プロパティ値

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

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象