TSqlParser.ParseConstantOrIdentifier Metodo

Definizione

Overload

Nome Descrizione
ParseConstantOrIdentifier(TextReader, IList<ParseError>)

Analizza una stringa di input per ottenere una costante o un identificatore. In questo modo verrà restituito Null, se si sono verificati errori.

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

Analizza una stringa di input per ottenere una costante o un identificatore. In questo modo verrà restituito Null, se si sono verificati errori.

ParseConstantOrIdentifier(TextReader, IList<ParseError>)

Analizza una stringa di input per ottenere una costante o un identificatore. In questo modo verrà restituito Null, se si sono verificati errori.

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

Parametri

input
TextReader

Input.

errors
IList<ParseError>

Raccolta di errori.

Valori restituiti

Si applica a

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

Analizza una stringa di input per ottenere una costante o un identificatore. In questo modo verrà restituito Null, se si sono verificati errori.

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

Parametri

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

Valori restituiti

Si applica a