Location Structure
Represents the source location.
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
| Name | Description | |
|---|---|---|
![]() | Location(Int32, Int32) | Initializes a new instance of the Location class with the specified line and column number. |
| Name | Description | |
|---|---|---|
![]() | CompareTo(Location) | Compares this Location object with the specified Location object and returns an integer that indicates their relative positions to one another. |
![]() | Equals(Object^) | (Inherited from ValueType.) |
![]() | GetHashCode() | (Inherited from ValueType.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | Returns a string representation of this Location object.(Overrides ValueType::ToString().) |
| Name | Description | |
|---|---|---|
![]() | ColumnNumber | Gets the column number. |
![]() | LineNumber | Gets the line number. |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

