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 값 지정

적용 대상