ErrorManager.GetAllErrors-Methode

Ruft eine Liste mit allen Fehlern im ErrorManager-Element ab.

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

Syntax

'Declaration
Public Function GetAllErrors As IList(Of DataSchemaError)
public IList<DataSchemaError> GetAllErrors()
public:
IList<DataSchemaError^>^ GetAllErrors()
member GetAllErrors : unit -> IList<DataSchemaError> 
public function GetAllErrors() : IList<DataSchemaError>

Rückgabewert

Typ: System.Collections.Generic.IList<DataSchemaError>
Ein IList<T>-Objekt, das keine oder mehrere DataSchemaError-Objekte enthält.

.NET Framework-Sicherheit

Siehe auch

Referenz

ErrorManager Klasse

GetAllErrors-Überladung

Microsoft.Data.Schema-Namespace

DataSchemaError