次の方法で共有


USqlTableStatistics.IsAutoCreated プロパティ

定義

これらの統計が自動的に作成されるかどうかを示すスイッチを取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象