为有关数据库模型元素的源的信息提供一个接口。
命名空间:  Microsoft.Data.Schema.SchemaModel
程序集:  Microsoft.Data.Schema(在 Microsoft.Data.Schema.dll 中)
语法
声明
Public Interface ISourceInformation
public interface ISourceInformation
public interface class ISourceInformation
type ISourceInformation =  interface end
public interface ISourceInformation
ISourceInformation 类型公开以下成员。
属性
| 名称 | 说明 | |
|---|---|---|
| .gif) | IsPrimary | 获取一个值,该值指示源是否为元素的主要源。 | 
| .gif) | Length | 获取源文件中元素的长度(以字符数计)。 | 
| .gif) | Offset | 获取元素在源文件中的开始位置。 | 
| .gif) | Script | 获取生成源文件的脚本。 | 
| .gif) | ScriptDom | 获取脚本的脚本文档模型。 | 
| .gif) | SourceName | 获取指示元素来源的文件名或其他唯一名称。 | 
| .gif) | StartColumn | 获取元素在源中的开始列号。 | 
| .gif) | StartLine | 获取元素在源中的开始行号。 | 
页首