Class ScriptFileMarker
Contains details about a marker that should be displayed for the a script file. The marker information could come from syntax parsing or semantic analysis of the script.
Inheritance
System.Object
ScriptFileMarker
Namespace:Microsoft.SqlTools.ServiceLayer.Workspace.Contracts
Assembly:Microsoft.SqlTools.ServiceLayer.dll
Syntax
public class ScriptFileMarker
Properties
| Improve this Doc View SourceLevel
Gets or sets the marker's message level.
Declaration
public ScriptFileMarkerLevel Level { get; set; }
Type | Description |
---|---|
ScriptFileMarkerLevel |
Message
Gets or sets the marker's message string.
Declaration
public string Message { get; set; }
Type | Description |
---|---|
System.String |
ScriptRegion
Gets or sets the ScriptRegion where the marker should appear.
Declaration
public ScriptRegion ScriptRegion { get; set; }
Type | Description |
---|---|
ScriptRegion |