SQL Tools Service
Show / Hide Table of Contents
Improve this Doc View Source

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 Source

Level

Gets or sets the marker's message level.

Declaration
public ScriptFileMarkerLevel Level { get; set; }
Type Description
ScriptFileMarkerLevel
| Improve this Doc View Source

Message

Gets or sets the marker's message string.

Declaration
public string Message { get; set; }
Type Description
System.String
| Improve this Doc View Source

ScriptRegion

Gets or sets the ScriptRegion where the marker should appear.

Declaration
public ScriptRegion ScriptRegion { get; set; }
Type Description
ScriptRegion
  • Improve this Doc
  • View Source

© Microsoft  //  Generated with DocFX