Condividi tramite


Proprietà InterpretationError.ParseErrors

Ottiene l'elenco degli errori generati dal parser.

Spazio dei nomi:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property ParseErrors As IList(Of ParseError)
    Get
public IList<ParseError> ParseErrors { get; }
public:
property IList<ParseError^>^ ParseErrors {
    IList<ParseError^>^ get ();
}
member ParseErrors : IList<ParseError>
function get ParseErrors () : IList<ParseError>

Valore proprietà

Tipo: System.Collections.Generic.IList<ParseError>

Note

Il valore può essere null se non si è presentato alcun errore del parser.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

InterpretationError Classe

Spazio dei nomi Microsoft.Data.Schema.Sql.SchemaModel