次の方法で共有


USqlType.IsTableType プロパティ

定義

この型がテーブル型かどうかを示すスイッチを取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象