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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.