InterpretationError.ParseErrors Property

Gets the list of the ParseErrors generated by the parser.

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

Syntax

'Declaration
Public ReadOnly Property ParseErrors As IList(Of ParseError)
    Get
'Usage
Dim instance As InterpretationError
Dim value As IList(Of ParseError)

value = instance.ParseErrors
public IList<ParseError> ParseErrors { get; }
public:
property IList<ParseError^>^ ParseErrors {
    IList<ParseError^>^ get ();
}
function get ParseErrors () : IList<ParseError>
member ParseErrors : IList<ParseError>

Property Value

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

.NET Framework Security

See Also

Reference

InterpretationError Class

InterpretationError Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace