TSqlParser.ParseConstantOrIdentifier Méthode

Définition

Surcharges

Nom Description
ParseConstantOrIdentifier(TextReader, IList<ParseError>)

Analyse une chaîne d’entrée pour obtenir une constante ou un identificateur. Cela retourne null, s’il y a eu des erreurs.

ParseConstantOrIdentifier(TextReader, IList<ParseError>, Int32, Int32, Int32)

Analyse une chaîne d’entrée pour obtenir une constante ou un identificateur. Cela retourne null, s’il y a eu des erreurs.

ParseConstantOrIdentifier(TextReader, IList<ParseError>)

Analyse une chaîne d’entrée pour obtenir une constante ou un identificateur. Cela retourne null, s’il y a eu des erreurs.

public Microsoft.SqlServer.TransactSql.ScriptDom.TSqlFragment ParseConstantOrIdentifier(System.IO.TextReader input, out System.Collections.Generic.IList<Microsoft.SqlServer.TransactSql.ScriptDom.ParseError> errors);
member this.ParseConstantOrIdentifier : System.IO.TextReader * IList -> Microsoft.SqlServer.TransactSql.ScriptDom.TSqlFragment
Public Function ParseConstantOrIdentifier (input As TextReader, ByRef errors As IList(Of ParseError)) As TSqlFragment

Paramètres

input
TextReader

Entrée.

errors
IList<ParseError>

Collection d’erreurs.

Retours

S’applique à

ParseConstantOrIdentifier(TextReader, IList<ParseError>, Int32, Int32, Int32)

Analyse une chaîne d’entrée pour obtenir une constante ou un identificateur. Cela retourne null, s’il y a eu des erreurs.

public abstract Microsoft.SqlServer.TransactSql.ScriptDom.TSqlFragment ParseConstantOrIdentifier(System.IO.TextReader input, out System.Collections.Generic.IList<Microsoft.SqlServer.TransactSql.ScriptDom.ParseError> errors, int startOffset, int startLine, int startColumn);
abstract member ParseConstantOrIdentifier : System.IO.TextReader * IList * int * int * int -> Microsoft.SqlServer.TransactSql.ScriptDom.TSqlFragment
Public MustOverride Function ParseConstantOrIdentifier (input As TextReader, ByRef errors As IList(Of ParseError), startOffset As Integer, startLine As Integer, startColumn As Integer) As TSqlFragment

Paramètres

input
TextReader
errors
IList<ParseError>
startOffset
Int32
startLine
Int32
startColumn
Int32

Retours

S’applique à