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 SourceNameStartLine、およびStartColumnフィールドに設定する値を指定する

適用対象