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

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (em Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxe

'Declaração
Public Function ParseConstantOrIdentifierWithDefault ( _
    input As TextReader, _
    <OutAttribute> ByRef errors As IList(Of ParseError) _
) As TSqlFragment
public TSqlFragment ParseConstantOrIdentifierWithDefault(
    TextReader input,
    out IList<ParseError> errors
)
public:
TSqlFragment^ ParseConstantOrIdentifierWithDefault(
    TextReader^ input, 
    [OutAttribute] IList<ParseError^>^% errors
)
member ParseConstantOrIdentifierWithDefault : 
        input:TextReader * 
        errors:IList<ParseError> byref -> TSqlFragment 
public function ParseConstantOrIdentifierWithDefault(
    input : TextReader, 
    errors : IList<ParseError>
) : TSqlFragment

Parâmetros

Valor de retorno

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

Segurança do .NET Framework

Consulte também

Referência

TSqlParser Classe

Sobrecargas ParseConstantOrIdentifierWithDefault

Namespace Microsoft.Data.Schema.ScriptDom.Sql