共用方式為


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 命名空間