TSqlParser.ParseStatementList, méthode (TextReader, IList<ParseError>%, Int32, Int32, Int32)
Espace de noms : Microsoft.Data.Schema.ScriptDom.Sql
Assembly : Microsoft.Data.Schema.ScriptDom.Sql (dans Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntaxe
'Déclaration
Public MustOverride Function ParseStatementList ( _
input As TextReader, _
<OutAttribute> ByRef errors As IList(Of ParseError), _
startOffset As Integer, _
startLine As Integer, _
startColumn As Integer _
) As StatementList
public abstract 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
) abstract
abstract ParseStatementList :
input:TextReader *
errors:IList<ParseError> byref *
startOffset:int *
startLine:int *
startColumn:int -> StatementList
public abstract function ParseStatementList(
input : TextReader,
errors : IList<ParseError>,
startOffset : int,
startLine : int,
startColumn : int
) : StatementList
Paramètres
- input
Type : System.IO.TextReader
- errors
Type : System.Collections.Generic.IList<ParseError>%
- startOffset
Type : System.Int32
- startLine
Type : System.Int32
- startColumn
Type : System.Int32
Valeur de retour
Type : Microsoft.Data.Schema.ScriptDom.Sql.StatementList
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.