SourceInformation 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示有关模型中感兴趣的项的信息,例如。SqlRuleProblem
public sealed class SourceInformation
type SourceInformation = class
Public NotInheritable Class SourceInformation
- 继承
-
SourceInformation
构造函数
| 名称 | 说明 |
|---|---|
| SourceInformation(String, Int32, Int32) |
初始化对象的实例 SourceInformation 。 |
属性
| 名称 | 说明 |
|---|---|
| SourceName |
表示信息源的名称 |
| StartColumn |
起始列。 如果位置未知,可能是 -1 或 0。 |
| StartLine |
起始行。 如果位置未知,可能是 -1 或 0。 |