Partager via


InterpretationError.ParseErrors, propriété

Obtient la liste des erreurs générées par l'analyseur.

Espace de noms :  Microsoft.Data.Schema.Sql.SchemaModel
Assembly :  Microsoft.Data.Schema.Sql (dans Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Déclaration
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>

Valeur de propriété

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

Notes

La valeur peut être Null si aucune erreur d'analyse n'a été présentée.

Sécurité .NET Framework

Voir aussi

Référence

InterpretationError Classe

Microsoft.Data.Schema.Sql.SchemaModel, espace de noms