Share via


USqlTableStatistics.IsAutoCreated Property

Definition

Gets or sets the switch indicating if these statistics are automatically created.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to