Aracılığıyla paylaş


InterpretationError.ParseErrors Özellik

Çözümleyici tarafından oluşturulan hataların listesini alır.

Ad alanı:  Microsoft.Data.Schema.Sql.SchemaModel
Derleme:  Microsoft.Data.Schema.Sql (Microsoft.Data.Schema.Sql.dll içinde)

Sözdizimi

'Bildirim
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>

Özellik Değeri

Tür: System.Collections.Generic.IList<ParseError>

Açıklamalar

Ayrıştırıcı hata sunulan boş olabilir.

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

InterpretationError Sınıf

Microsoft.Data.Schema.Sql.SchemaModel Ad Alanı