TSqlParser.ParseStatementList 메서드

정의

오버로드

Name Description
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

반품

적용 대상