StreamAnalyticsQueryCompilationError Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET