Location 结构
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public struct Location : IComparable<Microsoft.SqlServer.Management.SqlParser.Parser.Location>
type Location = struct
Public Structure Location
Implements IComparable(Of Location)
- 继承
-
Location
- 实现
构造函数
| 名称 | 说明 |
|---|---|
| Location(Int32, Int32, Int32) | |
字段
| 名称 | 说明 |
|---|---|
| ColumnNumber | |
| LineNumber | |
| Offset | |
方法
| 名称 | 说明 |
|---|---|
| CompareTo(Location) | |
| ToString() | |