ErrorManager.GetAllCategories 方法

检索所有现有类别的列表。

命名空间:  Microsoft.Data.Schema
程序集:  Microsoft.Data.Schema(在 Microsoft.Data.Schema.dll 中)

语法

声明
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>

返回值

类型:System.Collections.Generic.IList<Object>
一个 IList<T> 对象,其中包含一个或多个对象,每个对象都代表一个类别。

.NET Framework 安全性

请参见

参考

ErrorManager 类

Microsoft.Data.Schema 命名空间