次の方法で共有


USqlType.IsAssemblyType プロパティ

定義

この型がアセンブリ型かどうかを示すスイッチを取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象