SourceInformation 类

定义

表示有关模型中感兴趣的项的信息,例如。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。

适用于