次の方法で共有


USqlIndex.IsColumnstore プロパティ

定義

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

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象