TSqlParser.Parse メソッド (TextReader, IList<ParseError>%)

このメンバは Parser.Parse(TextReader, IList<ParseError>%) をオーバーライドします。

名前空間 :  Microsoft.Data.Schema.ScriptDom.Sql
アセンブリ :  Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll 内)

構文

'宣言
Public Overrides Function Parse ( _
    input As TextReader, _
    <OutAttribute> ByRef errors As IList(Of ParseError) _
) As IScriptFragment
'使用
Dim instance As TSqlParser
Dim input As TextReader
Dim errors As IList(Of ParseError)
Dim returnValue As IScriptFragment

returnValue = instance.Parse(input, errors)
public override IScriptFragment Parse(
    TextReader input,
    out IList<ParseError> errors
)
public:
virtual IScriptFragment^ Parse(
    TextReader^ input, 
    [OutAttribute] IList<ParseError^>^% errors
) override
public override function Parse(
    input : TextReader, 
    errors : IList<ParseError>
) : IScriptFragment

パラメータ

戻り値

型 : Microsoft.Data.Schema.ScriptDom.IScriptFragment

参照

参照

TSqlParser クラス

TSqlParser メンバ

Parse オーバーロード

Microsoft.Data.Schema.ScriptDom.Sql 名前空間