语言

SqlRuleProblem.SetSourceInformation(SourceInformation) 方法

定义

为此设置源位置信息(源名称、起始行和列), SqlRuleProblem覆盖创建规则时推断的任何位置信息。

public void SetSourceInformation(Microsoft.SqlServer.Dac.SourceInformation sourceInformation);
member this.SetSourceInformation : Microsoft.SqlServer.Dac.SourceInformation -> unit
Public Sub SetSourceInformation (sourceInformation As SourceInformation)

参数

sourceInformation
SourceInformation

SourceInformation指定要为SourceNameStartLineStartColumn和字段设置的值

适用于