Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.