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

Class Position

Inheritance
System.Object
Position
Namespace:Microsoft.SqlTools.ServiceLayer.Workspace.Contracts
Assembly:Microsoft.SqlTools.ServiceLayer.dll
Syntax
public class Position

Properties

| Improve this Doc View Source

Character

Gets or sets the zero-based column number.

Declaration
public int Character { get; set; }
Type Description
System.Int32
| Improve this Doc View Source

Line

Gets or sets the zero-based line number.

Declaration
public int Line { get; set; }
Type Description
System.Int32
  • Improve this Doc
  • View Source

© Microsoft  //  Generated with DocFX