Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This member overrides TSqlParser.ParseStatementList(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 Overrides Function ParseStatementList ( _
input As TextReader, _
<OutAttribute> ByRef errors As IList(Of ParseError), _
startOffset As Integer, _
startLine As Integer, _
startColumn As Integer _
) As StatementList
public override StatementList ParseStatementList(
TextReader input,
out IList<ParseError> errors,
int startOffset,
int startLine,
int startColumn
)
public:
virtual StatementList^ ParseStatementList(
TextReader^ input,
[OutAttribute] IList<ParseError^>^% errors,
int startOffset,
int startLine,
int startColumn
) override
abstract ParseStatementList :
input:TextReader *
errors:IList<ParseError> byref *
startOffset:int *
startLine:int *
startColumn:int -> StatementList
override ParseStatementList :
input:TextReader *
errors:IList<ParseError> byref *
startOffset:int *
startLine:int *
startColumn:int -> StatementList
public override function ParseStatementList(
input : TextReader,
errors : IList<ParseError>,
startOffset : int,
startLine : int,
startColumn : int
) : StatementList
Parameters
- input
Type: System.IO.TextReader
- errors
Type: System.Collections.Generic.IList<ParseError>%
- startOffset
Type: System.Int32
- startLine
Type: System.Int32
- startColumn
Type: System.Int32
Return Value
Type: Microsoft.Data.Schema.ScriptDom.Sql.StatementList
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.