共用方式為


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 命名空間