Condividi tramite


Metodo ErrorManager.GetAllErrors

Recupera un elenco di tutti gli errori in ErrorManager.

Spazio dei nomi:  Microsoft.Data.Schema
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Sintassi

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

Valore restituito

Tipo: System.Collections.Generic.IList<DataSchemaError>
Oggetto IList<T> contenente zero o più oggetti DataSchemaError.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ErrorManager Classe

Overload GetAllErrors

Spazio dei nomi Microsoft.Data.Schema

DataSchemaError