次の方法で共有


USqlType.IsComplexType プロパティ

定義

この型が複合型かどうかを示すスイッチを取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象