TSqlParser.ParseStatementList メソッド (TextReader, IList<ParseError>%)
名前空間 : Microsoft.Data.Schema.ScriptDom.Sql
アセンブリ : Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll 内)
構文
'宣言
Public Function ParseStatementList ( _
input As TextReader, _
<OutAttribute> ByRef errors As IList(Of ParseError) _
) As StatementList
'使用
Dim instance As TSqlParser
Dim input As TextReader
Dim errors As IList(Of ParseError)
Dim returnValue As StatementList
returnValue = instance.ParseStatementList(input, _
errors)
public StatementList ParseStatementList(
TextReader input,
out IList<ParseError> errors
)
public:
StatementList^ ParseStatementList(
TextReader^ input,
[OutAttribute] IList<ParseError^>^% errors
)
public function ParseStatementList(
input : TextReader,
errors : IList<ParseError>
) : StatementList
パラメータ
- input
型 : System.IO.TextReader
- errors
型 : System.Collections.Generic.IList<ParseError>%
戻り値
型 : Microsoft.Data.Schema.ScriptDom.Sql.StatementList