TSqlParser.ParseChildObjectName Метод

Определение

Перегрузки

Имя Описание
ParseChildObjectName(TextReader, IList<ParseError>)

Анализирует входную строку, чтобы получить ChildObjectName. При возникновении ошибок возвращается значение NULL.

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

Анализирует входную строку, чтобы получить ChildObjectName. При возникновении ошибок возвращается значение NULL.

ParseChildObjectName(TextReader, IList<ParseError>)

Анализирует входную строку, чтобы получить ChildObjectName. При возникновении ошибок возвращается значение NULL.

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

Параметры

input
TextReader

Входные данные.

errors
IList<ParseError>

Коллекция ошибок.

Возвращаемое значение

Применяется к

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

Анализирует входную строку, чтобы получить ChildObjectName. При возникновении ошибок возвращается значение NULL.

public abstract 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);
abstract member ParseChildObjectName : System.IO.TextReader * IList * int * int * int -> Microsoft.SqlServer.TransactSql.ScriptDom.ChildObjectName
Public MustOverride 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

Возвращаемое значение

Применяется к