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