Delen via


InterpretationError.ParseErrors Property

Gets list of the errors that were generated by the parser.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

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

Property Value

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

Remarks

The value can be null if no parser errors were presented.

.NET Framework Security

See Also

Reference

InterpretationError Class

Microsoft.Data.Schema.Sql.SchemaModel Namespace