次の方法で共有


USqlTablePreview.Rows プロパティ

定義

テーブルまたはパーティション プレビューの行を取得または設定します。各行は、行の値を表す文字列の配列です。 注: バイト配列は base-64 でエンコードされた値として表示され、SqlMap オブジェクトと SqlArray オブジェクトはエスケープされた JSON オブジェクトとして表示され、DateTime オブジェクトは ISO 形式の UTC 日時として表示されます。

[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))

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象