SourceInformation(String, Int32, Int32) 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
개체의 인스턴스를 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일 수 있습니다.