ErrorEventArgs.Errors 属性

与事件关联的错误的集合。

命名空间:  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> 对象。

示例

ICollection<T>

DataSchemaError

.NET Framework 安全性

请参见

参考

ErrorEventArgs 类

Microsoft.Data.Schema 命名空间