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
start 列(如果已知)。 如果位置未知,可能是 -1 或 0。