ParseError(Int32, Int32, Int32, Int32, String) 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
构造函数
public ParseError(int number, int offset, int line, int column, string message);
new Microsoft.SqlServer.TransactSql.ScriptDom.ParseError : int * int * int * int * string -> Microsoft.SqlServer.TransactSql.ScriptDom.ParseError
Public Sub New (number As Integer, offset As Integer, line As Integer, column As Integer, message As String)
参数
- number
- Int32
- offset
- Int32
- line
- Int32
- column
- Int32
- message
- String