Share via


TSql160Parser.ParseChildObjectName 메서드

정의

ChildObjectName을 가져오기 위한 입력 문자열을 구문 분석합니다. 오류가 발생한 경우 null을 반환합니다.

public override Microsoft.SqlServer.TransactSql.ScriptDom.ChildObjectName ParseChildObjectName (System.IO.TextReader input, out System.Collections.Generic.IList<Microsoft.SqlServer.TransactSql.ScriptDom.ParseError> errors, int startOffset, int startLine, int startColumn);
override this.ParseChildObjectName : System.IO.TextReader * IList * int * int * int -> Microsoft.SqlServer.TransactSql.ScriptDom.ChildObjectName
Public Overrides Function ParseChildObjectName (input As TextReader, ByRef errors As IList(Of ParseError), startOffset As Integer, startLine As Integer, startColumn As Integer) As ChildObjectName

매개 변수

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

반환

적용 대상