TSqlParser.ParseStatementList メソッド

定義

オーバーロード

名前 説明
ParseStatementList(TextReader, IList<ParseError>)

入力文字列を解析してステートメント リストを取得します。 エラーが発生した場合、null が返されます。

ParseStatementList(TextReader, IList<ParseError>, Int32, Int32, Int32)

入力文字列を解析してステートメント リストを取得します。 エラーが発生した場合、null が返されます。

ParseStatementList(TextReader, IList<ParseError>)

入力文字列を解析してステートメント リストを取得します。 エラーが発生した場合、null が返されます。

public Microsoft.SqlServer.TransactSql.ScriptDom.StatementList ParseStatementList(System.IO.TextReader input, out System.Collections.Generic.IList<Microsoft.SqlServer.TransactSql.ScriptDom.ParseError> errors);
member this.ParseStatementList : System.IO.TextReader * IList -> Microsoft.SqlServer.TransactSql.ScriptDom.StatementList
Public Function ParseStatementList (input As TextReader, ByRef errors As IList(Of ParseError)) As StatementList

パラメーター

input
TextReader

入力。

errors
IList<ParseError>

エラーのコレクション。

返品

適用対象

ParseStatementList(TextReader, IList<ParseError>, Int32, Int32, Int32)

入力文字列を解析してステートメント リストを取得します。 エラーが発生した場合、null が返されます。

public abstract Microsoft.SqlServer.TransactSql.ScriptDom.StatementList ParseStatementList(System.IO.TextReader input, out System.Collections.Generic.IList<Microsoft.SqlServer.TransactSql.ScriptDom.ParseError> errors, int startOffset, int startLine, int startColumn);
abstract member ParseStatementList : System.IO.TextReader * IList * int * int * int -> Microsoft.SqlServer.TransactSql.ScriptDom.StatementList
Public MustOverride Function ParseStatementList (input As TextReader, ByRef errors As IList(Of ParseError), startOffset As Integer, startLine As Integer, startColumn As Integer) As StatementList

パラメーター

input
TextReader
errors
IList<ParseError>
startOffset
Int32
startLine
Int32
startColumn
Int32

返品

適用対象