USqlIndex.IsUnique Property

Definition

Gets or sets the switch indicating if this index is a unique index.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to