次の方法で共有


USqlIndex.IsUnique プロパティ

定義

このインデックスが一意のインデックスであるかどうかを示すスイッチを取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象