Partager via


ErrorManager.GetAllCategories, méthode

Récupère une liste de toutes les catégories qui existent.

Espace de noms :  Microsoft.Data.Schema
Assembly :  Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)

Syntaxe

'Déclaration
Public Function GetAllCategories As IList(Of Object)
public IList<Object> GetAllCategories()
public:
IList<Object^>^ GetAllCategories()
member GetAllCategories : unit -> IList<Object> 
public function GetAllCategories() : IList<Object>

Valeur de retour

Type : System.Collections.Generic.IList<Object>
Objet IList<T> qui contient un ou plusieurs objets, chacun d'entre eux représentant une catégorie.

Sécurité .NET Framework

Voir aussi

Référence

ErrorManager Classe

Microsoft.Data.Schema, espace de noms