次の方法で共有


USqlJobProperties.CompileMode プロパティ

定義

実行中に使用されるジョブの特定のコンパイル モードを取得します。 送信中にこれが指定されていない場合、サーバーは最適なコンパイル モードを決定します。 指定できる値は、'Semantic'、'Full'、'SingleBox' です。

[Newtonsoft.Json.JsonProperty(PropertyName="compileMode")]
public Microsoft.Azure.Management.DataLake.Analytics.Models.CompileMode? CompileMode { get; set; }
[Newtonsoft.Json.JsonProperty(PropertyName="compileMode")]
public Microsoft.Azure.Management.DataLake.Analytics.Models.CompileMode? CompileMode { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="compileMode")>]
member this.CompileMode : Nullable<Microsoft.Azure.Management.DataLake.Analytics.Models.CompileMode> with get, set
[<Newtonsoft.Json.JsonProperty(PropertyName="compileMode")>]
member this.CompileMode : Nullable<Microsoft.Azure.Management.DataLake.Analytics.Models.CompileMode>
Public Property CompileMode As Nullable(Of CompileMode)
Public ReadOnly Property CompileMode As Nullable(Of CompileMode)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象