与事件关联的错误的集合。
命名空间:  Microsoft.Data.Schema
程序集:  Microsoft.Data.Schema(在 Microsoft.Data.Schema.dll 中)
语法
声明
Public ReadOnly Property Errors As ICollection(Of DataSchemaError)
    Get
public ICollection<DataSchemaError> Errors { get; }
public:
property ICollection<DataSchemaError^>^ Errors {
    ICollection<DataSchemaError^>^ get ();
}
member Errors : ICollection<DataSchemaError>
function get Errors () : ICollection<DataSchemaError>
属性值
类型:System.Collections.Generic.ICollection<DataSchemaError>
一个包含 DataSchemaError 对象的 ICollection<T> 对象。
示例
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。