次の方法で共有


SqlPoolColumn.IsComputed プロパティ

定義

列の値が計算されるかどうかを示す値を取得します

[Newtonsoft.Json.JsonProperty(PropertyName="properties.isComputed")]
public bool? IsComputed { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.isComputed")>]
member this.IsComputed : Nullable<bool>
Public ReadOnly Property IsComputed As Nullable(Of Boolean)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象