Class Position
Inheritance
System.Object
                  Position
              Namespace:Microsoft.SqlTools.ServiceLayer.Workspace.Contracts
Assembly:Microsoft.SqlTools.ServiceLayer.dll
Syntax
public class PositionProperties
| Improve this Doc View SourceCharacter
Gets or sets the zero-based column number.
Declaration
public int Character { get; set; }| Type | Description | 
|---|---|
| System.Int32 | 
Line
Gets or sets the zero-based line number.
Declaration
public int Line { get; set; }| Type | Description | 
|---|---|
| System.Int32 |