次の方法で共有


QueryResults.Tables プロパティ

定義

テーブル、列、行の一覧を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="tables")]
public System.Collections.Generic.IList<Microsoft.Azure.OperationalInsights.Models.Table> Tables { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="tables")>]
member this.Tables : System.Collections.Generic.IList<Microsoft.Azure.OperationalInsights.Models.Table> with get, set
Public Property Tables As IList(Of Table)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象