次の方法で共有


DataLakeAnalyticsUSQLActivity.CompilationMode プロパティ

定義

U-SQL のコンパイル モードを取得または設定します。 Semantic、Full、SingleBox のいずれかの値を指定する必要があります。 型: string (または resultType 文字列を含む式)。

[Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.compilationMode")]
public object CompilationMode { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.compilationMode")>]
member this.CompilationMode : obj with get, set
Public Property CompilationMode As Object

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象