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

start 列(如果已知)。 如果位置未知,可能是 -1 或 0。

适用于