TSql160Parser.ParseChildObjectName 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
分析输入字符串以便获取 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