次の方法で共有


Dataset.Structure プロパティ

定義

データセットの構造を定義する列を取得または設定します。 型: 配列 (または resultType 配列を含む式)、itemType: DatasetDataElement。

[Newtonsoft.Json.JsonProperty(PropertyName="structure")]
public object Structure { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="structure")>]
member this.Structure : obj with get, set
Public Property Structure As Object

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象