Compartir a través de


TSqlParser.ParseConstantOrIdentifier (Método) (TextReader, IList<ParseError>%)

Espacio de nombres:  Microsoft.Data.Schema.ScriptDom.Sql
Ensamblado:  Microsoft.Data.Schema.ScriptDom.Sql (en Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxis

'Declaración
Public Function ParseConstantOrIdentifier ( _
    input As TextReader, _
    <OutAttribute> ByRef errors As IList(Of ParseError) _
) As TSqlFragment
public TSqlFragment ParseConstantOrIdentifier(
    TextReader input,
    out IList<ParseError> errors
)
public:
TSqlFragment^ ParseConstantOrIdentifier(
    TextReader^ input, 
    [OutAttribute] IList<ParseError^>^% errors
)
member ParseConstantOrIdentifier : 
        input:TextReader * 
        errors:IList<ParseError> byref -> TSqlFragment 
public function ParseConstantOrIdentifier(
    input : TextReader, 
    errors : IList<ParseError>
) : TSqlFragment

Parámetros

Valor devuelto

Tipo: Microsoft.Data.Schema.ScriptDom.Sql.TSqlFragment

Seguridad de .NET Framework

Vea también

Referencia

TSqlParser Clase

ParseConstantOrIdentifier (Sobrecarga)

Microsoft.Data.Schema.ScriptDom.Sql (Espacio de nombres)