Partager via


USqlTablePreview.Rows Propriété

Définition

Obtient ou définit les lignes de l’aperçu de la table ou de la partition, où chaque ligne est un tableau de représentations sous forme de chaînes représentant les valeurs de la ligne. Remarque : les tableaux d’octets apparaissent sous forme de valeurs encodées en base 64, les objets SqlMap et SqlArray apparaissent sous forme d’objets JSON d’échappement, et les objets DateTime apparaissent sous forme de date-heure UTC au format ISO.

[Newtonsoft.Json.JsonProperty(PropertyName="rows")]
public System.Collections.Generic.IList<System.Collections.Generic.IList<string>> Rows { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="rows")>]
member this.Rows : System.Collections.Generic.IList<System.Collections.Generic.IList<string>> with get, set
Public Property Rows As IList(Of IList(Of String))

Valeur de propriété

Attributs
Newtonsoft.Json.JsonPropertyAttribute

S’applique à