ErrorManager.GetCategories Method

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

Syntax

'Declaration
Public Function GetCategories ( _
    blocksBuild As Boolean _
) As IList(Of Object)
public IList<Object> GetCategories(
    bool blocksBuild
)
public:
IList<Object^>^ GetCategories(
    bool blocksBuild
)
member GetCategories : 
        blocksBuild:bool -> IList<Object> 
public function GetCategories(
    blocksBuild : boolean
) : IList<Object>

Parameters

Return Value

Type: System.Collections.Generic.IList<Object>

.NET Framework Security

See Also

Reference

ErrorManager Class

Microsoft.Data.Schema Namespace