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 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。