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