Sdílet prostřednictvím


StreamAnalyticsQueryCompilationError Class

Definition

An error produced by the compiler.

public class StreamAnalyticsQueryCompilationError
type StreamAnalyticsQueryCompilationError = class
Public Class StreamAnalyticsQueryCompilationError
Inheritance
StreamAnalyticsQueryCompilationError

Properties

EndColumn

Describes the error location in the original query. Not set if isGlobal is true.

EndLine

Describes the error location in the original query. Not set if isGlobal is true.

IsGlobal

Whether the error is not for a specific part but for the entire query.

Message

The content of the error message.

StartColumn

Describes the error location in the original query. Not set if isGlobal is true.

StartLine

Describes the error location in the original query. Not set if isGlobal is true.

Applies to