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

返回

适用于