ErrorManager.GetAllCategories Method

Retrieves a list of all categories that exist.

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>

Return Value

Type: System.Collections.Generic.IList<Object>
An IList<T> object that contains one or more objects, each of which represents a category.

.NET Framework Security

See Also

Reference

ErrorManager Class

Microsoft.Data.Schema Namespace