ErrorManager.GetAllErrors 方法

检索 ErrorManager 中所有错误的列表。

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

语法

声明
Public Function GetAllErrors As IList(Of DataSchemaError)
public IList<DataSchemaError> GetAllErrors()
public:
IList<DataSchemaError^>^ GetAllErrors()
member GetAllErrors : unit -> IList<DataSchemaError> 
public function GetAllErrors() : IList<DataSchemaError>

返回值

类型:System.Collections.Generic.IList<DataSchemaError>
一个 IList<T> 对象,其中包含零个或多个 DataSchemaError 对象。

.NET Framework 安全性

请参见

参考

ErrorManager 类

GetAllErrors 重载

Microsoft.Data.Schema 命名空间

DataSchemaError