共用方式為


DataTask.WriteErrors 方法 (String, ICollection<DataSchemaError>)

輸出指定的錯誤清單。

命名空間:  Microsoft.Data.Schema.Tasks
組件:  Microsoft.Data.Schema.Tasks (在 Microsoft.Data.Schema.Tasks.dll 中)

語法

'宣告
Protected Friend Sub WriteErrors ( _
    subCategory As String, _
    errors As ICollection(Of DataSchemaError) _
)
protected internal void WriteErrors(
    string subCategory,
    ICollection<DataSchemaError> errors
)
protected public:
void WriteErrors(
    String^ subCategory, 
    ICollection<DataSchemaError^>^ errors
)
member WriteErrors : 
        subCategory:string * 
        errors:ICollection<DataSchemaError> -> unit 
 function WriteErrors(
    subCategory : String, 
    errors : ICollection<DataSchemaError>
)

參數

.NET Framework 安全性

請參閱

參考

DataTask 類別

WriteErrors 多載

Microsoft.Data.Schema.Tasks 命名空間