Compartir a través de


QueryResults.Tables Propiedad

Definición

Obtiene o establece la lista de tablas, columnas y filas.

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a