ErrorManager.GetAllErrors, méthode
Récupère une liste de toutes les erreurs dans ErrorManager.
Espace de noms : Microsoft.Data.Schema
Assembly : Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)
Syntaxe
'Déclaration
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>
Valeur de retour
Type : System.Collections.Generic.IList<DataSchemaError>
Objet IList<T> qui contient zéro, un ou plusieurs objets DataSchemaError.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.