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

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

Syntax

'Declaration
Public Function Parse ( _
    input As TextReader, _
    <OutAttribute> ByRef errors As IList(Of ParseError), _
    startOffset As Integer, _
    startLine As Integer, _
    startColumn As Integer _
) As IScriptFragment
public IScriptFragment Parse(
    TextReader input,
    out IList<ParseError> errors,
    int startOffset,
    int startLine,
    int startColumn
)
public:
IScriptFragment^ Parse(
    TextReader^ input, 
    [OutAttribute] IList<ParseError^>^% errors, 
    int startOffset, 
    int startLine, 
    int startColumn
)
member Parse : 
        input:TextReader * 
        errors:IList<ParseError> byref * 
        startOffset:int * 
        startLine:int * 
        startColumn:int -> IScriptFragment 
public function Parse(
    input : TextReader, 
    errors : IList<ParseError>, 
    startOffset : int, 
    startLine : int, 
    startColumn : int
) : IScriptFragment

Parameters

Return Value

Type: Microsoft.Data.Schema.ScriptDom.IScriptFragment

.NET Framework Security

See Also

Reference

TSqlParser Class

Parse Overload

Microsoft.Data.Schema.ScriptDom.Sql Namespace