ErrorManager.GetAllCategories-Methode

Ruft eine Liste aller vorhandenen Kategorien ab.

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

Syntax

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

Rückgabewert

Typ: System.Collections.Generic.IList<Object>
Ein IList<T>-Objekt, das ein oder mehrere Objekte enthält, die jeweils eine Kategorie darstellen.

.NET Framework-Sicherheit

Siehe auch

Referenz

ErrorManager Klasse

Microsoft.Data.Schema-Namespace