SourceInformation(String, Int32, Int32) 생성자

정의

개체의 인스턴스를 SourceInformation 초기화합니다.

public SourceInformation(string sourceName, int startLine, int startColumn);
new Microsoft.SqlServer.Dac.SourceInformation : string * int * int -> Microsoft.SqlServer.Dac.SourceInformation
Public Sub New (sourceName As String, startLine As Integer, startColumn As Integer)

매개 변수

sourceName
String

정보의 원본을 나타내는 이름

startLine
Int32

알려진 경우 시작 줄입니다. 위치를 알 수 없는 경우 -1 또는 0일 수 있습니다.

startColumn
Int32

열 시작(알려진 경우)입니다. 위치를 알 수 없는 경우 -1 또는 0일 수 있습니다.

적용 대상