Share via


Settings.Issqlcompression Property

Definition

Gets or sets SQL compression flag

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to