次の方法で共有


DataLakeAnalyticsUSQLActivity.Parameters プロパティ

定義

U-SQL ジョブ要求のパラメーターを取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.parameters")]
public System.Collections.Generic.IDictionary<string,object> Parameters { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.parameters")>]
member this.Parameters : System.Collections.Generic.IDictionary<string, obj> with get, set
Public Property Parameters As IDictionary(Of String, Object)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象