Aracılığıyla paylaş


TSqlParser.ParseExpression Yöntem (TextReader, IList<ParseError>%, Int32, Int32, Int32)

Ad alanı:  Microsoft.Data.Schema.ScriptDom.Sql
Derleme:  Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll içinde)

Sözdizimi

'Bildirim
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

Parametreler

Dönüş Değeri

Tür: Microsoft.Data.Schema.ScriptDom.Sql.Expression

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

TSqlParser Sınıf

ParseExpression Fazla Yük

Microsoft.Data.Schema.ScriptDom.Sql Ad Alanı