TSqlObject.GetSourceInformation 方法

定义

获取此对象的值 SourceInformation (如果可用)

public Microsoft.SqlServer.Dac.SourceInformation GetSourceInformation();
member this.GetSourceInformation : unit -> Microsoft.SqlServer.Dac.SourceInformation
Public Function GetSourceInformation () As SourceInformation

返回

如果源信息可用, SourceInformation 则返回指定此对象在脚本的名称以及起始行和列。 如果没有源位置信息,则这些值可能为 null 或 -1

适用于