Share via


TSqlParser.ParseChildObjectName Method (TextReader, IList<ParseError>%)

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
Public Function ParseChildObjectName ( _
    input As TextReader, _
    <OutAttribute> ByRef errors As IList(Of ParseError) _
) As ChildObjectName
public ChildObjectName ParseChildObjectName(
    TextReader input,
    out IList<ParseError> errors
)
public:
ChildObjectName^ ParseChildObjectName(
    TextReader^ input, 
    [OutAttribute] IList<ParseError^>^% errors
)
member ParseChildObjectName : 
        input:TextReader * 
        errors:IList<ParseError> byref -> ChildObjectName 
public function ParseChildObjectName(
    input : TextReader, 
    errors : IList<ParseError>
) : ChildObjectName

Parameters

Return Value

Type: Microsoft.Data.Schema.ScriptDom.Sql.ChildObjectName

.NET Framework Security

See Also

Reference

TSqlParser Class

ParseChildObjectName Overload

Microsoft.Data.Schema.ScriptDom.Sql Namespace