Compartilhar via


Método DataTask.WriteErrors (String, ICollection<DataSchemaError>)

Gera a lista de erros especificada.

Namespace:  Microsoft.Data.Schema.Tasks
Assembly:  Microsoft.Data.Schema.Tasks (em Microsoft.Data.Schema.Tasks.dll)

Sintaxe

'Declaração
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>
)

Parâmetros

Segurança do .NET Framework

Consulte também

Referência

DataTask Classe

Sobrecargas WriteErrors

Namespace Microsoft.Data.Schema.Tasks