次の方法で共有


USqlAssembly.Dependencies プロパティ

定義

アセンブリに関連付けられている依存関係の一覧を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="dependencies")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlAssemblyDependencyInfo> Dependencies { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="dependencies")>]
member this.Dependencies : System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlAssemblyDependencyInfo> with get, set
Public Property Dependencies As IList(Of USqlAssemblyDependencyInfo)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象