言語

ParseError(Int32, Int32, Int32, Int32, String) コンストラクター

定義

コンストラクター

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

適用対象