Sdílet prostřednictvím


DataTask.WriteErrors – metoda (String, ICollection<DataSchemaError>)

Výstupem zadaný seznam chyb.

Obor názvů:  Microsoft.Data.Schema.Tasks
Sestavení:  Microsoft.Data.Schema.Tasks (v Microsoft.Data.Schema.Tasks.dll)

Syntaxe

'Deklarace
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>
)

Parametry

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

DataTask Třída

WriteErrors – přetížení

Microsoft.Data.Schema.Tasks – obor názvů