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
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
abstract ParseExpression :
input:TextReader *
errors:IList<ParseError> byref *
startOffset:int *
startLine:int *
startColumn:int -> Expression
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
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。