SqlRuleProblem.SetSourceInformation(SourceInformation) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
为此设置源位置信息(源名称、起始行和列), 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