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