InterpretationError.ParseErrors (Propiedad)

Obtiene lista de los errores generados por el analizador.

Espacio de nombres:  Microsoft.Data.Schema.Sql.SchemaModel
Ensamblado:  Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)

Sintaxis

'Declaración
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>

Valor de propiedad

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

Comentarios

El valor puede ser NULL si no se presentó ningún error de analizador.

Seguridad de .NET Framework

Vea también

Referencia

InterpretationError Clase

Microsoft.Data.Schema.Sql.SchemaModel (Espacio de nombres)