次の方法で共有


USqlTablePreview.Truncated プロパティ

定義

プレビュー操作のサイズ制限により、応答内のデータ量が予想よりも少ない場合は、true を取得または設定します。 これは、要求された行または行数が大きすぎる場合に発生する可能性があります。

[Newtonsoft.Json.JsonProperty(PropertyName="truncated")]
public bool? Truncated { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="truncated")>]
member this.Truncated : Nullable<bool> with get, set
Public Property Truncated As Nullable(Of Boolean)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象