USqlProperties.CompileMode Property
Optional. Gets or sets the compile mode for the job.
Namespace: Microsoft.Azure.Management.DataLake.AnalyticsJob.Models
Assembly: Microsoft.Azure.Management.DataLake.AnalyticsJob (in Microsoft.Azure.Management.DataLake.AnalyticsJob.dll)
Syntax
public string CompileMode { get; set; }
public:
property String^ CompileMode {
String^ get();
void set(String^ value);
}
member CompileMode : string with get, set
Public Property CompileMode As String
Property Value
Type: System.String
See Also
USqlProperties Class
Microsoft.Azure.Management.DataLake.AnalyticsJob.Models Namespace
Return to top