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
- blocksBuild
Type: System.Boolean
Return Value
Type: System.Collections.Generic.IList<Object>
.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.